Document-parseHTMLUnsafe-url.html (502B)
1 <!doctype html> 2 <link rel=author href="mailto:jarhar@chromium.org"> 3 <!-- This test was adapted from DOMParser-parseFromString-url.html --> 4 <title>parseHTMLUnsafe test of how the document's URL is set (no pushstate, no base)</title> 5 <script src="/resources/testharness.js"></script> 6 <script src="/resources/testharnessreport.js"></script> 7 8 <iframe src="resources/parseHTMLUnsafe-iframe.html" onload="window.resolveLoadPromise();"></iframe> 9 <script src="resources/parseHTMLUnsafe-url-tests.js"></script>