tor-browser

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

504224.html (689B)


      1 <html class="reftest-wait">
      2 <head>
      3 <title>Crash [@ nsFocusManager::GetClosestCommonInclusiveAncestor], part 2</title>
      4 </head>
      5 <body>
      6 <script>
      7 function oniframeload() {
      8  window.frames[0].location.reload();
      9 };
     10 </script>
     11 <iframe src="file_504224.html" id="content" onload="oniframeload();" ></iframe>
     12 <script>
     13 var src='file_504224.html';
     14 setInterval(function() {
     15  var x = document.getElementById('content');
     16  if (!x) {
     17    x=document.createElement('iframe');
     18    x.src=src;
     19    x.id = 'content';
     20    document.body.appendChild(x);
     21    setTimeout(function() {
     22      window.focus();
     23      document.documentElement.removeAttribute('class');
     24    }, 100);
     25  }
     26 }, 500);
     27 </script>
     28 </body>
     29 </html>