summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/234964-2.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/234964-2.html')
-rw-r--r--layout/reftests/bugs/234964-2.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/layout/reftests/bugs/234964-2.html b/layout/reftests/bugs/234964-2.html
new file mode 100644
index 0000000000..efb31d6852
--- /dev/null
+++ b/layout/reftests/bugs/234964-2.html
@@ -0,0 +1,8 @@
+<html>
+ <body onload="document.getElementById('test').innerHTML='<br><br><br><br><br><br><br><br><br>'">
+ <table style="height:400px; background:yellow;">
+ <tr><td id="test">
+ <tr height=100%><td><div style="height:100%; width:100px; background:blue;"></div>
+ </table>
+ </body>
+</html>