blob: b9339afae2e802178d55972af5033cf7050a2408 [file] [log] [blame]
<!DOCTYPE html>
<meta charset="utf-8">
<title>window.originIsolated for a sandboxed, but same-origin, iframe 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/sandboxed-same-origin-iframe-test.sub.mjs";
runTest({ expected: true });
</script>