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

Unified Diff: LayoutTests/http/tests/serviceworker/fetch-event.html

Issue 330173003: Make ServiceWorker an ActiveDOMObject (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: patch for landing Created 6 years, 6 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 | « LayoutTests/TestExpectations ('k') | LayoutTests/http/tests/serviceworker/service-worker-gc.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/serviceworker/fetch-event.html
diff --git a/LayoutTests/http/tests/serviceworker/fetch-event.html b/LayoutTests/http/tests/serviceworker/fetch-event.html
index e5b9735f16e7dc8d614bc0c4c3a56c62bf8d3065..6ae64ef310eb78193991043ecfc5d9a089686d8b 100644
--- a/LayoutTests/http/tests/serviceworker/fetch-event.html
+++ b/LayoutTests/http/tests/serviceworker/fetch-event.html
@@ -68,7 +68,7 @@ var worker = 'resources/fetch-event-test-worker.js';
(function() {
var t = async_test('Service Worker rejects fetch event');
- var scope = 'resources/simple.html?ignore';
+ var scope = 'resources/simple.html?reject';
service_worker_unregister_and_register(t, worker, scope, onRegister);
function onRegister(sw) {
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/http/tests/serviceworker/service-worker-gc.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698