mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +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>
|