mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
7 lines
202 B
HTML
7 lines
202 B
HTML
|
<html>
|
||
|
<head></head>
|
||
|
<body onload="document.getElementById('a').nextSibling.data = 'x';">
|
||
|
<div id="a" style="margin-bottom: 1em;">A</div> <div style="margin-top: 2em;">B</div>
|
||
|
</body>
|
||
|
</html>
|