Oreon-Lime-R2/mingw-wine-gecko/wine-gecko-2.47.4-src/wine-gecko-2.47.4/layout/reftests/bugs/233094-2a.html

15 lines
332 B
HTML
Raw Permalink Normal View History

<!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>