tor-browser

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

test.release.html.template (549B)


      1 <!DOCTYPE html>
      2 %(generated_disclaimer)s
      3 <html>
      4   <head>
      5     <meta charset="utf-8">
      6     <meta name="timeout" content="long">%(meta_delivery_method)s
      7     <script src="/resources/testharness.js"></script>
      8     <script src="/resources/testharnessreport.js"></script>
      9     <script src="/common/security-features/resources/common.sub.js"></script>
     10 %(helper_js)s  </head>
     11   <body>
     12     <script>
     13       TestCase(
     14         [
     15           %(scenarios)s
     16         ],
     17         new SanityChecker()
     18       ).start();
     19     </script>
     20     <div id="log"></div>
     21   </body>
     22 </html>