tor-browser

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

chromexhtml.template.txt (563B)


      1 <!DOCTYPE HTML>
      2 <html xmlns="http://www.w3.org/1999/xhtml">
      3 <head>
      4  <meta charset="utf-8" />
      5  <title><!-- TODO: insert title here --></title>
      6  <script src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"></script>
      7  <link rel="stylesheet" href="chrome://mochikit/content/tests/SimpleTest/test.css"/>
      8  <script><![CDATA[
      9    add_task(async function test_TODO() {
     10      ok(true, "TODO: implement the test");
     11    });
     12  ]]></script>
     13 </head>
     14 <body>
     15 <p id="display"></p>
     16 <div id="content" style="display: none"></div>
     17 <pre id="test"></pre>
     18 </body>
     19 </html>