blob: 5805d3421ebe2590585f0f7166d781eb979e6277 [file] [log] [blame]
<!DOCTYPE html>
<meta charset="utf-8">
<title>window.originIsolated for a sandboxed iframe on an 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>