tor-browser

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

test_bug1274806.html (765B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <!--
      4 https://bugzilla.mozilla.org/show_bug.cgi?id=1274806
      5 -->
      6 <head>
      7  <meta charset="utf-8">
      8  <title>Test for Bug 1274806</title>
      9  <script src="/tests/SimpleTest/SimpleTest.js"></script>
     10  <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
     11  <script type="application/javascript">
     12 
     13  SimpleTest.waitForExplicitFinish();
     14 
     15  /** Test for Bug 1274806 */
     16  function test() {
     17    window.testWindow = window.open("file_bug1274806.html", "", "");
     18  };
     19 
     20  </script>
     21 </head>
     22 <body onload="setTimeout(test, 0);">
     23 <a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1274806">Mozilla Bug 1274806</a>
     24 <p id="display"></p>
     25 <div id="content" style="display: none">
     26 
     27 </div>
     28 <pre id="test">
     29 </pre>
     30 </body>
     31 </html>