mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-27 05:38:54 +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>
|