Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(262)

Unified Diff: LayoutTests/webarchive/loading/cache-expired-subresource.html

Issue 14046041: Remove webarchive tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698