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