blob: c8b0e88fece80e10d18f05eb3ecac47c0e57c180 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.dumpChildFrames();
}
</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>