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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/fail-on-fetch-worker.js

Issue 2897313003: Remove duplicate service wrkr "uncontrolled" 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/serviceworker/uncontrolled-page.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/fail-on-fetch-worker.js
diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/fail-on-fetch-worker.js b/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/fail-on-fetch-worker.js
deleted file mode 100644
index 517f289fbc8e43b1d540a47761538fe84b121c48..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/fail-on-fetch-worker.js
+++ /dev/null
@@ -1,5 +0,0 @@
-importScripts('worker-testharness.js');
-
-this.addEventListener('fetch', function(event) {
- event.respondWith(new Response('ERROR'));
- });
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/serviceworker/uncontrolled-page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698