blob: c51a16f775b504bd97d72466bdfe2a6cf570fba2 [file] [log] [blame]
<html>
<head>
<script>
var frames = 2;
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.dumpChildFramesAsText();
internals.settings.setStorageBlockingPolicy('BlockThirdParty');
}
function decrement() {
--frames;
if (!frames && window.testRunner)
internals.settings.setStorageBlockingPolicy('AllowAll');
}
</script>
</head>
<body>
<p>This iframe should not return any errors:</p>
<iframe src="http://localhost:8000/security/resources/cross-origin-iframe-for-session-storage.html" onload="decrement()"></iframe>
<p>This iframe should not return any errors:</p>
<iframe src="http://127.0.0.1:8000/security/resources/cross-origin-iframe-for-session-storage.html" onload="decrement()"></iframe>
</body>
</html>