tor-browser

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

test_bug1758664.html (475B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4  <meta charset="utf-8">
      5  <title>Bug 1758664</title>
      6  <script src="/tests/SimpleTest/SimpleTest.js"></script>
      7  <link rel="stylesheet" href="/tests/SimpleTest/test.css"/>
      8  <script>
      9    SimpleTest.waitForExplicitFinish();
     10 
     11    function test() {
     12      window.open("file_bug1758664.html");
     13    }
     14  </script>
     15 </head>
     16 <body onload="test()">
     17 <p id="display"></p>
     18 <div id="content" style="display: none"></div>
     19 <pre id="test"></pre>
     20 </body>
     21 </html>