mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-05 02:06:25 +00:00
8 lines
271 B
HTML
8 lines
271 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>
|