blob: d49a09939ed978b3417611aad603d785911b55f7 [file] [log] [blame]
<html>
<head>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
internals.settings.setStorageBlockingPolicy('AllowAll');
}
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>