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

<iframe src="/html/webappapis/dynamic-markup-insertion/html-unsafe-methods/resources/parseHTMLUnsafe-iframe-base.html" onload="window.resolveLoadPromise();"></iframe>
<script src="/html/webappapis/dynamic-markup-insertion/html-unsafe-methods/resources/parseHTMLUnsafe-url-tests.js"></script>