| Index: third_party/WebKit/LayoutTests/http/tests/notifications/serviceworkerregistration-get-empty.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworkerregistration-get-empty.html b/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworkerregistration-get-empty.html
|
| index 6e389adae32105b1579d43ab9c854eb52ca3944d..076c619881601a5d0decaeae128de5759f9704e1 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworkerregistration-get-empty.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworkerregistration-get-empty.html
|
| @@ -13,7 +13,7 @@
|
| // notifications returns a promise that gets resolved with an empty array.
|
| async_test(function(test) {
|
| var scope = 'resources/scope/' + location.pathname,
|
| - script = 'resources/instrumentation-service-worker.js';
|
| + script = 'instrumentation-service-worker.js';
|
|
|
| getActiveServiceWorkerWithMessagePort(test, script, scope).then(function(workerInfo) {
|
| return workerInfo.registration.getNotifications();
|
|
|