| Index: third_party/WebKit/LayoutTests/http/tests/notifications/serviceworkerregistration-document-actions-throw.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworkerregistration-document-actions-throw.html b/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworkerregistration-document-actions-throw.html
|
| index 5110ca78a6e33dbe9845364daeaa854f77f1d72a..72c6c46c25d33a48592ddeb1ae2f2c451fca8438 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworkerregistration-document-actions-throw.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworkerregistration-document-actions-throw.html
|
| @@ -11,7 +11,7 @@
|
| <script>
|
| // Tests that serviceWorkerRegistration.showNotification throws a
|
| // TypeError if NotificationOptions.actions is set incorrectly.
|
| - var script = 'resources/instrumentation-service-worker.js';
|
| + var script = 'instrumentation-service-worker.js';
|
|
|
| testRunner.setPermission('notifications', 'granted', location.origin, location.origin);
|
|
|
|
|