blob: e727c36122a026126c7e22b2d1f7bef3807f4877 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.dumpChildFramesAsText();
}
</script>
</head>
<body>
<p>Both of these frames should successfully open the database:</p>
<iframe src="http://localhost:8000/security/resources/cross-origin-iframe-for-indexeddb.html"></iframe>
<iframe src="http://127.0.0.1:8000/security/resources/cross-origin-iframe-for-indexeddb.html"></iframe>
</body>
</html>