tor-browser

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

DOMParser-parseFromString-url.html (385B)


      1 <!doctype html>
      2 <title>DOMParser test of how the document's URL is set (no pushstate, no base)</title>
      3 <script src="/resources/testharness.js"></script>
      4 <script src="/resources/testharnessreport.js"></script>
      5 
      6 <iframe src="/domparsing/resources/domparser-iframe.html" onload="window.resolveLoadPromise();"></iframe>
      7 <script src="/domparsing/resources/domparser-url-tests.js"></script>