chromium/third_party/blink/web_tests/external/wpt/html/webappapis/dynamic-markup-insertion/html-unsafe-methods/Document-parseHTMLUnsafe-url.html

<!doctype html>
<link rel=author href="mailto:[email protected]">
<!-- This test was adapted from DOMParser-parseFromString-url.html -->
<title>parseHTMLUnsafe test of how the document's URL is set (no pushstate, no base)</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>

<iframe src="resources/parseHTMLUnsafe-iframe.html" onload="window.resolveLoadPromise();"></iframe>
<script src="resources/parseHTMLUnsafe-url-tests.js"></script>