Mypal/dom/base/crashtests/377960-2.html

8 lines
271 B
HTML

<html>
<head><title>Click the &lt;select&gt; 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>