tor-browser

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

test_a_noOp.html (961B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <!--
      4 https://bugzilla.mozilla.org/show_bug.cgi?id=1264772
      5 -->
      6 <head>
      7  <title>Test for Bug 1264772</title>
      8  <script src="/tests/SimpleTest/SimpleTest.js"></script>
      9  <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" />
     10 </head>
     11 <body>
     12 <a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1264772">Mozilla Bug 1264772</a>
     13 <p id="display"></p>
     14 <div id="content" style="display: none">
     15 </div>
     16 <pre id="test">
     17 <script class="testbody" type="text/javascript">
     18 
     19 /** Test for Bug 1264772 */
     20 // The WebRTC tests seem to have more problems with intermittents (at
     21 // least on Android) if they run first in a test run. This is a dummy test
     22 // to ensure that the browser is ready prior to running any actual WebRTC
     23 // tests.
     24 //
     25 // Note: mochitests are run in alphabetical order, so it is not sufficient
     26 //       for this test to appear first in the manifest.
     27 ok(true, "test passed");
     28 
     29 </script>
     30 </pre>
     31 </body>