| Index: third_party/WebKit/LayoutTests/http/tests/notifications/serviceworkerregistration-get-filter.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworkerregistration-get-filter.html b/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworkerregistration-get-filter.html
|
| index 3b23a9ac2feebb67c922df1170e3ec881593471d..2f17912883b4d11f7698ceccf3d290f412d6fdc9 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworkerregistration-get-filter.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworkerregistration-get-filter.html
|
| @@ -14,7 +14,7 @@
|
| // same Service Worker registration id, having the same filter.
|
| 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);
|
|
|
|
|