tor-browser

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

reftest.xhtml (526B)


      1 <?xml version="1.0"?>
      2 <?csp default-src chrome: ?>
      3 
      4 <!-- This Source Code Form is subject to the terms of the Mozilla Public
      5   - License, v. 2.0. If a copy of the MPL was not distributed with this
      6   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
      7 
      8 <window
      9  id="reftest"
     10  xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
     11  xmlns:html="http://www.w3.org/1999/xhtml"
     12  hidechrome="true"
     13 >
     14  <html:link rel="stylesheet" href="reftest.css" />
     15 
     16  <script src="reftest.js"></script>
     17 </window>