<!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> |