Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/onactivate-throw-error-then-cancel-worker.js |
| diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/onactivate-throw-error-then-cancel-worker.js b/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/onactivate-throw-error-then-cancel-worker.js |
| deleted file mode 100644 |
| index 0bd9d318b241d700ea8f0399396200381233d284..0000000000000000000000000000000000000000 |
| --- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/onactivate-throw-error-then-cancel-worker.js |
| +++ /dev/null |
| @@ -1,3 +0,0 @@ |
| -self.onerror = function(event) { return true; }; |
| - |
| -self.addEventListener('activate', function(event) { throw new Error(); }); |