| Index: third_party/WebKit/LayoutTests/http/tests/notifications/serviceworkerregistration-service-worker-fetch-resources.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworkerregistration-service-worker-fetch-resources.html b/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworkerregistration-service-worker-fetch-resources.html
|
| index 15cefd2398453a192e7634a3c2bf662622147499..a1f6406e31ce7ff5bd2d99d09cc90380bc1f85d2 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworkerregistration-service-worker-fetch-resources.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworkerregistration-service-worker-fetch-resources.html
|
| @@ -19,7 +19,7 @@
|
|
|
| testRunner.setPermission('notifications', 'granted', location.origin, location.origin);
|
|
|
| - getActiveServiceWorkerWithMessagePort(test, script, scope).then(info => {
|
| + return getActiveServiceWorkerWithMessagePort(test, script, scope).then(info => {
|
| port = info.port;
|
| assert_true(!!navigator.serviceWorker.controller, 'The page must be controlled.');
|
| // (1) Display a persistent notification from a service worker context.
|
|
|