blob: dc42dc00d2419b0d15dd2cc5de4d3e24470c4c9d (
plain)
1
2
3
4
5
6
7
|
<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>
|