mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-30 19:28:40 +09:00
7 lines
264 B
HTML
7 lines
264 B
HTML
<html>
|
|
<head><title>Click the <select> to crash.</title></head>
|
|
<body onfocus="document.documentElement.focus(); document.body.style.display = 'none';">
|
|
<iframe style="position: fixed;"></iframe>
|
|
<select style="position: absolute;"></select>
|
|
</body>
|
|
</html>
|