summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/233094-2a.html
blob: 7e45b11400738c99e91ab06fabaa9a9260adbd8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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>