summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/domparsing/DOMParser-parseFromString-url.html
blob: 9b9a672c48be7306a91a32516ca51900adb7ba95 (plain)
1
2
3
4
5
6
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>