tor-browser

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

test_bug843434.html (732B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <!--
      4 https://bugzilla.mozilla.org/show_bug.cgi?id=843434
      5 -->
      6 <head>
      7  <meta http-equiv="Content-type" content="text/html; charset=UTF-8">
      8  <title>Test for Bug 843434</title>
      9  <script src="/tests/SimpleTest/SimpleTest.js"></script>
     10  <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" />
     11  <!-- This next 'link' is part of the test, it may cause an assertion. -->
     12  <link rel=stylesheet href="data:text/css;charset=ISO-2022-JP,%cc">
     13 </head>
     14 <body onload="test()">
     15 <pre id="test">
     16 <script class="testbody" type="text/javascript">
     17 function test()
     18 {
     19  ok(true, "Test for no prior assertion.");
     20  SimpleTest.finish();
     21 }
     22 SimpleTest.waitForExplicitFinish();
     23 </script>
     24 </pre>
     25 </body>
     26 </html>