| testRunner.dumpChildFramesAsText(); |
| testRunner.waitUntilDone(); |
| internals.settings.setStorageBlockingPolicy('BlockThirdParty'); |
| window.onmessage = function(message) { |
| if (frames <= 0 && window.testRunner) { |
| internals.settings.setStorageBlockingPolicy('AllowAll'); |
| <p>This iframe should not have a cache:</p> |
| <iframe src="http://localhost:8000/security/resources/cross-origin-iframe-for-appcache.html"></iframe> |
| <p>This iframe should have a cache:</p> |
| <iframe src="http://127.0.0.1:8000/security/resources/cross-origin-iframe-for-appcache.html"></iframe> |