blob: 573b1a0b712bd6c93c3931642fbe3603cc721d54 [file] [log] [blame]
<!DOCTYPE html>
<meta charset="utf-8">
<title>window.originIsolated for a javascript: URL on an isolated page</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<div id="log"></div>
<script type="module">
import runTest from "./resources/data-url-test.mjs";
runTest({ expected: true });
</script>