tor-browser

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

plainxul.template.txt (442B)


      1 <?xml version="1.0"?>
      2 <?xml-stylesheet href="chrome://global/skin"?>
      3 <?xml-stylesheet href="/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="/tests/SimpleTest/SimpleTest.js"></script>
      7  <script><![CDATA[
      8    ok(true, "TODO: implement the test");
      9  ]]></script>
     10  <body xmlns="http://www.w3.org/1999/xhtml">
     11  </body>
     12 </window>