chromium/third_party/blink/web_tests/external/wpt/html/browsers/origin/origin-keyed-agent-clusters/getter-special-cases/sandboxed-iframe-yes.https.html

<!DOCTYPE html>
<meta charset="utf-8">
<title>window.originAgentCluster for a sandboxed iframe on an origin-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>