blob: b9a7359974d5651f955cb65c03862a0eeb79a35d [file] [log] [blame]
<!DOCTYPE html>
<meta charset="utf-8">
<title>window.originIsolated for a top-level frame sandboxed by CSP with an Origin-Isolation header</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<div id="log"></div>
<script type="module">
import { testGetter } from "../resources/helpers.mjs";
// We're definitely origin-isolated: both the CSP sandboxing and the
// Origin-Isolation header should ensure this.
testGetter(self, true);
</script>