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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/resource-timing-worker.js

Issue 2895473002: Upstream service worker "timing" test to WPT (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 | « third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/resource-timing-iframe.html ('k') | no next file » | 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/resource-timing-worker.js
diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/resource-timing-worker.js b/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/resource-timing-worker.js
deleted file mode 100644
index 481a6536afcec457b4d4e45b0b0e54b1b3d8bd63..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/resource-timing-worker.js
+++ /dev/null
@@ -1,5 +0,0 @@
-self.addEventListener('fetch', function(event) {
- if (event.request.url.indexOf('dummy.js') != -1) {
- event.respondWith(new Response());
- }
- });
« no previous file with comments | « third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/resource-timing-iframe.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698