<!DOCTYPE html> | |
<html> | |
<head> | |
</head> | |
<body> | |
<script> | |
if (window.testRunner) { | |
testRunner.dumpAsText(); | |
testRunner.dumpChildFramesAsText(); | |
testRunner.waitUntilDone(); | |
internals.settings.setStorageBlockingPolicy('BlockThirdParty'); | |
} | |
document.location = "resources/document-for-cross-origin-worker-indexeddb.html" | |
</script> | |
</body> | |
</html> |