gecko/layout/reftests/bugs/233094-2a.html

15 lines
332 B
HTML
Raw Normal View History

2009-01-05 11:08:16 -08:00
<!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>