Index: third_party/WebKit/LayoutTests/http/tests/serviceworker/controller-on-reload.html |
diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/controller-on-reload.html b/third_party/WebKit/LayoutTests/http/tests/serviceworker/controller-on-reload.html |
index 3af4f3a37d0c6ed295e3787d059cb1ce3168db59..079476f6940731c1a9747cc38c2c9acb0c4e7f31 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/controller-on-reload.html |
+++ b/third_party/WebKit/LayoutTests/http/tests/serviceworker/controller-on-reload.html |
@@ -15,7 +15,7 @@ promise_test(function(t) { |
.then(function(f) { |
frame = f; |
return frame.contentWindow.navigator.serviceWorker.register( |
- 'resources/empty-worker.js', {scope: scope}); |
+ 'empty-worker.js', {scope: 'blank.html'}); |
}) |
.then(function(registration) { |
return wait_for_state(t, registration.installing, 'activated'); |