summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/domparsing/DOMParser-parseFromString-url.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/domparsing/DOMParser-parseFromString-url.html')
-rw-r--r--testing/web-platform/tests/domparsing/DOMParser-parseFromString-url.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/testing/web-platform/tests/domparsing/DOMParser-parseFromString-url.html b/testing/web-platform/tests/domparsing/DOMParser-parseFromString-url.html
new file mode 100644
index 0000000000..9b9a672c48
--- /dev/null
+++ b/testing/web-platform/tests/domparsing/DOMParser-parseFromString-url.html
@@ -0,0 +1,7 @@
+<!doctype html>
+<title>DOMParser 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="/domparsing/resources/domparser-iframe.html" onload="window.resolveLoadPromise();"></iframe>
+<script src="/domparsing/resources/domparser-url-tests.js"></script>