tor-browser

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

test_bug418986-2.xhtml (1031B)


      1 <?xml version="1.0"?>
      2 <?xml-stylesheet type="text/css" href="chrome://global/skin"?>
      3 <?xml-stylesheet type="text/css" href="chrome://mochikit/content/tests/SimpleTest/test.css"?>
      4 <!--
      5 https://bugzilla.mozilla.org/show_bug.cgi?id=418986
      6 -->
      7 <window title="Mozilla Bug 418986"
      8        xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
      9  <script src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"/>
     10  <!-- test results are displayed in the html:body -->
     11  <body xmlns="http://www.w3.org/1999/xhtml">
     12  <style id="test-css" scoped="true"></style>
     13  <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=418986"
     14     target="_blank">Mozilla Bug 418986</a>
     15  <p id="display"></p>
     16  <p id="pictures"></p>
     17  </body>
     18 
     19  <script type="text/javascript" src="bug418986-2.js"></script>
     20  <!-- test code goes here -->
     21  <script type="text/javascript">
     22    // Run all tests now.
     23    window.onload = function () {
     24      add_task(async function() {
     25        await test(false);
     26      });
     27    };
     28  </script>
     29 </window>