tor-browser

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

Document-parseHTMLUnsafe-url-pushstate.html (743B)


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