mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
15 lines
332 B
HTML
15 lines
332 B
HTML
<!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>
|