summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/387201-1-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/387201-1-ref.html')
-rw-r--r--layout/reftests/bugs/387201-1-ref.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/layout/reftests/bugs/387201-1-ref.html b/layout/reftests/bugs/387201-1-ref.html
new file mode 100644
index 0000000000..bcd40d8aeb
--- /dev/null
+++ b/layout/reftests/bugs/387201-1-ref.html
@@ -0,0 +1,21 @@
+<!DOCTYPE HTML>
+<html>
+<head>
+<style type="text/css">
+.i {
+ height: 10px;
+ float: left;
+}
+</style>
+</head>
+<body>
+
+<div style="width: 4px;">
+ <div style="margin-left: 10px;">
+
+ <div class="i" style="border: 1px solid green">2</div>
+ </div>
+</div>
+
+</body>
+</html>