summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/564002-1.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/564002-1.html')
-rw-r--r--layout/reftests/bugs/564002-1.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/layout/reftests/bugs/564002-1.html b/layout/reftests/bugs/564002-1.html
new file mode 100644
index 0000000000..1ad5157638
--- /dev/null
+++ b/layout/reftests/bugs/564002-1.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<div style="float:left">
+ <div style="padding-bottom:1em">
+ <div style="float:left">test</div>
+ </div>
+ <table style="margin-top:0.5em; background:gold;" cellpadding=0 cellspacing=0>
+ <tr><td>test
+ </table>
+</div>