mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00: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>
|