Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!doctype html>
<title>DOMParser test of how the document's URL is set (no base, pushstate)</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<iframe src="/domparsing/resources/domparser-iframe-pushstate.html" onload="window.resolveLoadPromise();"></iframe>
<script>
"use strict";
history.pushState(null, "", "/fake/push-state-from-outer-frame");
</script>
<script src="/domparsing/resources/domparser-url-tests.js"></script>