blob: 6ae81d5a522e607d39cf94f3c113e5649f78b1c3 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
var frames = 2;
function decrement() {
--frames;
if (!frames && window.testRunner) {
internals.settings.setStorageBlockingPolicy('AllowAll');
testRunner.notifyDone();
}
}
window.onmessage = decrement;
</script>
</head>
<body>
<p>Both frames can successfully open the database.</p>
<iframe src="http://localhost:8000/security/resources/cross-origin-iframe-for-worker-indexeddb.html"></iframe>
<iframe src="http://127.0.0.1:8000/security/resources/cross-origin-iframe-for-worker-indexeddb.html"></iframe>
</body>
</html>