<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>
|