Index: LayoutTests/http/tests/notifications/serviceworker-notificationclick-event-reflection.html |
diff --git a/LayoutTests/http/tests/notifications/serviceworker-notificationclick-event-reflection.html b/LayoutTests/http/tests/notifications/serviceworker-notificationclick-event-reflection.html |
index b82628b015db09c9a19aa222093b94e7eadafcfd..ad8f02c5f3871e58fabc955178b7a51ec872a645 100644 |
--- a/LayoutTests/http/tests/notifications/serviceworker-notificationclick-event-reflection.html |
+++ b/LayoutTests/http/tests/notifications/serviceworker-notificationclick-event-reflection.html |
@@ -34,7 +34,9 @@ |
scalar: true }, |
12.15 |
], |
- actions: [{title: "Action 1"}, {title: "Action 2"}, {title: "Action 3"}] |
+ actions: [{ action: "one", title: "Action 1" }, |
+ { action: "two", title: "Action 2" }, |
+ { action: "three", title: "Action 3" }] |
}; |
testRunner.setPermission('notifications', 'granted', location.origin, location.origin); |