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) { |