| Index: third_party/WebKit/LayoutTests/http/tests/notifications/serviceworkerregistration-get-close.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworkerregistration-get-close.html b/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworkerregistration-get-close.html
|
| index 1ca14623578a47b3714108b413cbfbab92ac818c..6ac1a0662ea909b991b1111858009f64427fef49 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworkerregistration-get-close.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworkerregistration-get-close.html
|
| @@ -14,7 +14,7 @@
|
| // one of them reflects when getting the notifications again.
|
| 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);
|
|
|
|
|