tor-browser

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

test_sanityParams.html (375B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4  <title>Test for exposing test suite information</title>
      5  <script src="/tests/SimpleTest/SimpleTest.js"></script>
      6  <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" />
      7 </head>
      8 <body>
      9 <script class="testbody" type="text/javascript">
     10 ok(SimpleTest.harnessParameters, "Should have parameters.");
     11 </script>
     12 </body>
     13 </html>