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