mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-30 03:08:38 +09:00
16 lines
237 B
HTML
16 lines
237 B
HTML
<html>
|
|
|
|
<head>
|
|
</head>
|
|
|
|
<body onload="window.zoop = document.getElementById('paz');">
|
|
|
|
<p>Loading this page should not make Firefox leak DOMWindows or documents.</p>
|
|
|
|
<div id="paz">
|
|
<span onmouseover="6"></span>
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|