| Index: third_party/WebKit/LayoutTests/http/tests/notifications/serviceworkerregistration-get.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworkerregistration-get.html b/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworkerregistration-get.html
|
| index ff316e2c89d3b851f07c8f67084f31c89bf1110a..48d967df23d86fba955c80c501ee1143622f58ae 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworkerregistration-get.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworkerregistration-get.html
|
| @@ -14,7 +14,7 @@
|
| // same Service Worker registration id.
|
| async_test(function(test) {
|
| var scope = 'resources/scope/' + location.pathname,
|
| - script = 'resources/instrumentation-service-worker.js';
|
| + script = 'instrumentation-service-worker.js';
|
|
|
| testRunner.setPermission('notifications', 'granted', location.origin, location.origin);
|
|
|
|
|