tor-browser

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

a-element-origin-xhtml.xhtml (503B)


      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <!DOCTYPE html>
      3 <html xmlns="http://www.w3.org/1999/xhtml">
      4  <head>
      5    <title>URL Test</title>
      6    <script src="/resources/testharness.js"></script>
      7    <script src="/resources/testharnessreport.js"></script>
      8    <base id="base"/>
      9  </head>
     10  <body>
     11    <div id="log"></div>
     12    <script src="resources/a-element-origin.js"></script>
     13  </body>
     14 </html>
     15 <!--
     16  Other dependencies:
     17  * resources/urltestdata.json,
     18  * resources/urltestdata-javascript-only.json,
     19 -->