blob: d3293d47f0dbaf2fad60f5082ca8e76c3935ecb6 [file]
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.dumpChildFramesAsText();
testRunner.waitUntilDone();
testRunner.setCanOpenWindows(true);
testRunner.setCloseRemainingWindowsWhenComplete(true);
internals.settings.setStorageBlockingPolicy('BlockThirdParty');
}
document.location = "resources/document-for-cross-origin-worker-indexeddb.html"
</script>
</body>
</html>