tor-browser

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

chromexul.template.txt (538B)


      1 <?xml version="1.0"?>
      2 <?xml-stylesheet href="chrome://global/skin"?>
      3 <?xml-stylesheet href="chrome://mochikit/content/tests/SimpleTest/test.css"?>
      4 <window title="TODO: Insert title here"
      5        xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
      6  <script src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js" />
      7  <script><![CDATA[
      8    add_task(async function test_TODO() {
      9      ok(true, "TODO: implement the test");
     10    });
     11  ]]></script>
     12 
     13  <body xmlns="http://www.w3.org/1999/xhtml">
     14  </body>
     15 </window>