summaryrefslogtreecommitdiff
path: root/legacy/haveproblems/margin-tests.html
diff options
context:
space:
mode:
Diffstat (limited to 'legacy/haveproblems/margin-tests.html')
-rw-r--r--legacy/haveproblems/margin-tests.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/legacy/haveproblems/margin-tests.html b/legacy/haveproblems/margin-tests.html
new file mode 100644
index 0000000..8b0da61
--- /dev/null
+++ b/legacy/haveproblems/margin-tests.html
@@ -0,0 +1,21 @@
+<html>
+<head>
+<style>
+div { height:10px; margin-bottom:10px; }
+.a { background:red; }
+.b { background:green; overflow:hidden; }
+</style>
+</head>
+<body>
+<div class="a"></div>
+<div class="a"></div>
+<div class="a"></div>
+<div class="b"></div>
+<div class="b"></div>
+<div class="b"></div>
+<div class="a"></div>
+<div class="b"></div>
+<div class="a"></div>
+<div class="b"></div>
+<div class="a"></div>
+<div class="b"></div> \ No newline at end of file