| Index: third_party/WebKit/LayoutTests/http/tests/notifications/serviceworkerregistration-document-image-404.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworkerregistration-document-image-404.html b/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworkerregistration-document-image-404.html
|
| index 69db9fbc25f2af0dcb0ef55fa5fea689b01092e0..07f16fdb930f544ca38c5fdcec42637670aedd32 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworkerregistration-document-image-404.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworkerregistration-document-image-404.html
|
| @@ -14,7 +14,7 @@
|
|
|
| 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);
|
| getActiveServiceWorkerWithMessagePort(test, script, scope).then(function(info) {
|
|
|