Index: third_party/WebKit/LayoutTests/http/tests/notifications/serviceworker-notification-event.html |
diff --git a/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworker-notification-event.html b/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworker-notification-event.html |
index 51ed27498596708d887dd02d22eb3134e6bc24a5..8c35b82866166e823ce97e61b7bc9c6eca565673 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworker-notification-event.html |
+++ b/third_party/WebKit/LayoutTests/http/tests/notifications/serviceworker-notification-event.html |
@@ -33,7 +33,7 @@ |
}); |
}).then(function() { |
// (2) Simulate a click on the notification that has been displayed. |
- testRunner.simulateWebNotificationClick(scope); |
+ testRunner.simulateWebNotificationClick(scope, -1 /* action_index */); |
workerInfo.port.addEventListener('message', function(event) { |
if (typeof event.data != 'boolean') { |
@@ -51,4 +51,4 @@ |
}, 'The NotificationEvent exposes the expected semantics in a Service Worker.'); |
</script> |
</body> |
-</html> |
+</html> |