servo/tests/wpt/web-platform-tests/domparsing/DOMParser-parseFromString-url-base.html

8 lines
429 B
HTML

<!doctype html>
<title>DOMParser 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="/domparsing/resources/domparser-iframe-base.html" onload="window.resolveLoadPromise();"></iframe>
<script src="/domparsing/resources/domparser-url-tests.js"></script>