Index: LayoutTests/http/tests/security/same-origin-appcache-blocked.html |
diff --git a/LayoutTests/http/tests/security/same-origin-appcache-blocked.html b/LayoutTests/http/tests/security/same-origin-appcache-blocked.html |
deleted file mode 100644 |
index 2904b5253e96b78b77747f09fea52494ac55c5bf..0000000000000000000000000000000000000000 |
--- a/LayoutTests/http/tests/security/same-origin-appcache-blocked.html |
+++ /dev/null |
@@ -1,24 +0,0 @@ |
-<html> |
-<head> |
-<script> |
-var frames = 1; |
-if (window.testRunner) { |
- testRunner.dumpAsText(); |
- testRunner.dumpChildFramesAsText(); |
- testRunner.waitUntilDone(); |
- internals.settings.setStorageBlockingPolicy('BlockAll'); |
-} |
-window.onmessage = function(message) { |
- --frames; |
- if (frames <= 0 && window.testRunner) { |
- internals.settings.setStorageBlockingPolicy('AllowAll'); |
- testRunner.notifyDone(); |
- } |
-} |
-</script> |
-</head> |
-<body> |
-<p>This iframe should not have a cache:</p> |
-<iframe src="http://127.0.0.1:8000/security/resources/same-origin-iframe-for-appcache-blocked.html"></iframe> |
-</body> |
-</html> |