tor-browser

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

blank2.html (413B)


      1 <!doctype html>
      2 <html>
      3  <head>
      4    <title>Dummy page 2</title>
      5  </head>
      6  <body>
      7    <script type="text/javascript">
      8 if( self == top || !parent.reportload ) {
      9  document.write("<p>FAIL. Browser got confused when navigating forwards, and navigated the whole window to the iframe's location, instead of just navigating the iframe. It is not possible to run the testsuite.<\/p>");
     10 }
     11    </script>
     12  </body>
     13 </html>