| Index: third_party/WebKit/LayoutTests/http/tests/notifications/serviceworkerregistration-document-data-throw.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworkerregistration-document-data-throw.html b/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworkerregistration-document-data-throw.html
|
| index 8721583682051930fee9fa95fad1ae02b6424836..9bf05c4fe6b5fc0a231b6cbf457a95a402857853 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworkerregistration-document-data-throw.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworkerregistration-document-data-throw.html
|
| @@ -13,7 +13,7 @@
|
| // DataCloneError when data set invalid data such as a method.
|
| 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);
|
|
|
|
|