tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

377960-2.html (271B)


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