tor-browser

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

370174-2.html (284B)


      1 <html>
      2 <head>
      3 <title>Bug 370174 � Crash [@ FindBlockFrameOrBR] with unminimised testcase triple-clicking at the bottom of the page</title>
      4 </head>
      5 <body>
      6 <script>
      7 function doe() {
      8 document.documentElement.innerHTML = '';
      9 }
     10 setTimeout(doe, 300);
     11 </script>
     12 </body>
     13 </html>