Index: LayoutTests/webarchive/loading/cache-expired-subresource.html |
diff --git a/LayoutTests/webarchive/loading/cache-expired-subresource.html b/LayoutTests/webarchive/loading/cache-expired-subresource.html |
deleted file mode 100644 |
index b110ae8e424851a86ac16651a3b16c6574f4ffaf..0000000000000000000000000000000000000000 |
--- a/LayoutTests/webarchive/loading/cache-expired-subresource.html |
+++ /dev/null |
@@ -1,17 +0,0 @@ |
-<html> |
-<script> |
- if (window.testRunner) { |
- testRunner.dumpResourceLoadCallbacks(); |
- testRunner.waitUntilDone(); |
- } |
- |
- function frameLoaded() { |
- if (window.testRunner) |
- testRunner.notifyDone(); |
- } |
-</script> |
-<body> |
-<iframe onload="frameLoaded();" src="resources/cache-expired-subresource.webarchive"></iframe><br> |
-This tests that loading a webarchive with a subresource that has an expired cache header does not attempt to hit the network for resource, and actually uses the archived data |
-</body> |
-</html> |