Index: third_party/WebKit/LayoutTests/http/tests/notifications/serviceworker-notificationclick-event-action-reflection.html |
diff --git a/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworker-notificationclick-event-action-reflection.html b/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworker-notificationclick-event-action-reflection.html |
index 590dc519b8e303be86a254eafdb1fae46da5aabe..bdef4b925e9bae18b518160a79ce13ab0a94d720 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworker-notificationclick-event-action-reflection.html |
+++ b/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworker-notificationclick-event-action-reflection.html |
@@ -51,7 +51,7 @@ |
assert_true(event.data.success, 'The notification must have been displayed.'); |
for (var i = 0; i < options.actions.length; ++i) |
testRunner.simulateWebNotificationClick(scope, i); |
- testRunner.simulateWebNotificationClick(scope); |
+ testRunner.simulateWebNotificationClick(scope, -1 /* action_index */); |
return; |
} |