| 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'));
|
| - });
|
|
|