377960-2.html (271B)
1 <html> 2 <head><title>Click the <select> to crash.</title></head> 3 <body onfocus="document.documentElement.focus(); document.body.style.display = 'none';"> 4 <iframe style="position: fixed;"></iframe> 5 <select style="position: absolute;"></select> 6 </body> 7 </html>