| testRunner.dumpChildFramesAsText(); |
| internals.settings.setStorageBlockingPolicy('BlockThirdParty'); |
| if (!frames && window.testRunner) |
| internals.settings.setStorageBlockingPolicy('AllowAll'); |
| <p>The first iframe below should return a security error, and the second should successfully open the database.</p> |
| <iframe src="http://localhost:8000/security/resources/cross-origin-iframe-for-indexeddb.html" onload="decrement()"></iframe> |
| <iframe src="http://127.0.0.1:8000/security/resources/cross-origin-iframe-for-indexeddb.html" onload="decrement()"></iframe> |