tor-browser

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

234851-1.html (354B)


      1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
      2 <head>
      3 <title>Testcase</title>
      4 <style type="text/css">
      5 html{
      6   overflow:scroll;
      7 }
      8 </style>
      9 </head>
     10 
     11 <body onload="var sheet = document.styleSheets[0]; sheet.disabled = true; sheet.disabled = false;">
     12  Load this page to crash
     13 </body>
     14 </html>