tor-browser

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

DOMParser-parseFromString-url-base.html (429B)


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