tor-browser

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

reftest.xhtml (602B)


      1 <!-- This Source Code Form is subject to the terms of the Mozilla Public
      2   - License, v. 2.0. If a copy of the MPL was not distributed with this
      3   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
      4 <window
      5  xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
      6  id="reftest-window"
      7  hidechrome="true"
      8  onload="OnLoad();"
      9  onunload="OnUnload();"
     10  style="background: white; overflow: hidden"
     11 >
     12  <script
     13    type="application/ecmascript"
     14    src="resource://reftest/reftest-chrome.js"
     15  />
     16  <!-- The reftest browser element is dynamically created, here -->
     17 </window>