tor-browser

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

test_bug659071.html (894B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <!--
      4 https://bugzilla.mozilla.org/show_bug.cgi?id=659071
      5 -->
      6 <head>
      7  <title>Test for Bug 659071</title>
      8  <script src="/tests/SimpleTest/SimpleTest.js"></script>
      9  <script src="/tests/SimpleTest/EventUtils.js"></script>
     10  <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" />
     11 </head>
     12 <body>
     13 <a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=659071">Mozilla Bug 659071</a>
     14 <p id="display"></p>
     15 <div id="content" style="display: none">
     16  
     17 </div>
     18 <pre id="test">
     19 <script class="testbody" type="text/javascript">
     20 
     21 /** Test for Bug 659071 */
     22 
     23 SimpleTest.waitForExplicitFinish();
     24 SimpleTest.requestFlakyTimeout("untriaged");
     25 
     26 var subWin = window.open("window_bug659071.html", "_blank",
     27                         "width=500,height=500");
     28 
     29 function finish()
     30 {
     31  subWin.close();
     32  SimpleTest.finish();
     33 }
     34 
     35 </script>
     36 </pre>
     37 </body>
     38 </html>