summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/html-unsafe-methods/Document-parseHTMLUnsafe-url.html
blob: 911e1837063ab49b7dc4fa9a6545a74a122b00f6 (plain)
1
2
3
4
5
6
7
8
9
<!doctype html>
<link rel=author href="mailto:jarhar@chromium.org">
<!-- 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>