summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/407937-1.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/407937-1.html')
-rw-r--r--layout/reftests/bugs/407937-1.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/layout/reftests/bugs/407937-1.html b/layout/reftests/bugs/407937-1.html
new file mode 100644
index 0000000000..af435c77ce
--- /dev/null
+++ b/layout/reftests/bugs/407937-1.html
@@ -0,0 +1,5 @@
+<html class="reftest-wait">
+<body onload="var d = document.getElementById('d'); d.removeChild(d.firstChild); document.documentElement.className='';">
+<div style="width:1px"><b>T</b><span id="d"> </span>T</div>
+</body>
+</html>