blob: 29758a17b877ab0561388e2b5a92c70f4f010c56 [file] [log] [blame]
<!DOCTYPE html>
<meta charset="utf-8">
<title>window.originAgentCluster for a sandboxed 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-iframe-test.sub.mjs";
runTest();
</script>