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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/appcache-ordering.is-appcached.html

Issue 2879643002: Remove duplicate service workers "appcache" test (Closed)
Patch Set: Created 3 years, 7 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: third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/appcache-ordering.is-appcached.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/appcache-ordering.is-appcached.html b/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/appcache-ordering.is-appcached.html
deleted file mode 100644
index 485ab1771973bbea532851150096e156bf2bf7f2..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/appcache-ordering.is-appcached.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<html> <!-- Intentionally does NOT include a manifest attribute -->
-<body>
-<!-- This should FALLBACK to ordering.is_appcached.js as specified in manifest
- when the appcache is present -->
-<script src="appcache-ordering.is-appcached404.js"></script>
-<script>
-
-// If the script of the fallback resource loaded, is_appcached will be defined.
-window.parent.notify_is_appcached(typeof is_appcached != 'undefined');
-
-</script>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698