blob: 68b4496299b9001543b83a0bd593828e638fb905 [file] [log] [blame]
<html>
<head>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
internals.settings.setStorageBlockingPolicy('BlockThirdParty');
}
function continueTest() {
window.location.href = 'http://localhost:8000/security/resources/load-local-storage.html';
}
</script>
</head>
<body>
<iframe src="http://localhost:8000/security/resources/cross-origin-iframe-for-local-storage.html" onload="continueTest()"></iframe>
</body>
</html>