summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/233094-2a.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/233094-2a.html')
-rw-r--r--layout/reftests/bugs/233094-2a.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/layout/reftests/bugs/233094-2a.html b/layout/reftests/bugs/233094-2a.html
new file mode 100644
index 0000000000..7e45b11400
--- /dev/null
+++ b/layout/reftests/bugs/233094-2a.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<html>
+<head>
+<body onload="var bar = document.createElement('input'); bar.defaultValue='This is a test'; document.getElementById('foo').appendChild(bar)">
+
+<div style="display: table; margin-left: 100px">
+<div style="display: table-row">
+ <div style="float: right;" id="foo">
+</div>
+</div>
+</div>
+
+</body>
+</html>