blob: 3bf665ea330ef20edc04553d6a845a58f2a16c24 [file] [log] [blame]
<html>
<head>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
testRunner.overridePreference('WebKitStorageBlockingPolicy', 1);
}
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>