blob: 3ed4096f399175e133797a4116af5cca566b7dd0 [file] [log] [blame]
<!DOCTYPE html>
<meta charset="utf-8">
<title>window.originAgentCluster for a sandboxed, but same-origin, iframe on a site-keyed 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: false });
</script>