mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-20 11:23:07 +09:00
8 lines
270 B
HTML
8 lines
270 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
</head>
|
|
<body onload="var s = document.getElementById('s'); s.parentNode.removeChild(s);">
|
|
<div style="height: 4em; -moz-column-count: 1;"><br><span id="s">foo<div style="float: right;">bar<div></div> baz</div></span></div>
|
|
</body>
|
|
</html>
|