tor-browser

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

jsreftest.html (671B)


      1 <html class="reftest-wait">
      2  <head>
      3  <title>JavaScript Test Driver - reftests</title>
      4    <!--
      5      This test driver is to be invoked using
      6      jsreftest.html?test=path-to-test-js
      7 
      8      It will load the associated test javascript file
      9      using the default script language attributes, then execute the
     10      test.
     11    -->
     12  </head>
     13  <body>
     14    <!--
     15      print() appends div-element children to this, so this div must appear
     16      before all script elements.
     17    -->
     18    <div id="jsreftest-print-output-container"></div>
     19 
     20    <script type="text/javascript" src="shell.js"></script>
     21    <script type="text/javascript" src="browser.js"></script>
     22  </body>
     23 </html>