| Index: third_party/WebKit/LayoutTests/http/tests/notifications/serviceworkerregistration-document-image-slow-404.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworkerregistration-document-image-slow-404.html b/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworkerregistration-document-image-slow-404.html
|
| index 72de4f871a189bb05d23930245e550a24aa0699b..6ee0ee21ef64d3c041aea28a96cfe806fe36be7f 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworkerregistration-document-image-slow-404.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworkerregistration-document-image-slow-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) {
|
|
|