| Index: third_party/WebKit/LayoutTests/http/tests/notifications/serviceworker-notificationclick-event-data-reflection.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworker-notificationclick-event-data-reflection.html b/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworker-notificationclick-event-data-reflection.html
|
| index 5b67070e889e68fde3b96d16b26d63f957349493..693f0ac6eeabfe5133ff46f6e17889ef50b845c6 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworker-notificationclick-event-data-reflection.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworker-notificationclick-event-data-reflection.html
|
| @@ -54,7 +54,7 @@
|
| // notification's display promise has been resolved.
|
| if (event.data.command == 'show') {
|
| assert_true(event.data.success, 'The notification must have been displayed.');
|
| - testRunner.simulateWebNotificationClick(scope);
|
| + testRunner.simulateWebNotificationClick(scope, -1 /* action_index */);
|
| return;
|
| }
|
|
|
|
|