blob: 49342b7ceafba8fc11fe093e8fd056754929255b [file] [log] [blame]
<body>
<p>This test passes if the module script does not load.</p>
<pre></pre>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
}
function done(msg) {
document.querySelector("pre").innerHTML = msg;
if (window.testRunner)
testRunner.notifyDone();
}
</script>
<script type="module" src="./resources/import-module-crossorigin-loads-error-src.js"></script>