tor-browser

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

Document-parseHTMLUnsafe-url-base.html (670B)


      1 <!doctype html>
      2 <link rel=author href="mailto:jarhar@chromium.org">
      3 <!-- This was adapted from DOMParser-parseFromString-url-base.html -->
      4 <title>parseHTMLUnsafe test of how the document's URL is set (base, no pushstate)</title>
      5 <base href="/fake/base-from-outer-frame">
      6 <script src="/resources/testharness.js"></script>
      7 <script src="/resources/testharnessreport.js"></script>
      8 
      9 <iframe src="/html/webappapis/dynamic-markup-insertion/html-unsafe-methods/resources/parseHTMLUnsafe-iframe-base.html" onload="window.resolveLoadPromise();"></iframe>
     10 <script src="/html/webappapis/dynamic-markup-insertion/html-unsafe-methods/resources/parseHTMLUnsafe-url-tests.js"></script>