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 1da6087197c003ae65c07fb11e1889a9a55406ae..16328d0859fa7f40d892427df300b0b97a9e17ea 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"}, |
Peter Beverloo
2015/07/30 16:25:49
Please be consistent in spacing usage (lines 31-35
johnme
2015/07/31 16:12:19
Done.
|
+ {action: "two", title: "Action 2"}, |
+ {action: "three", title: "Action 3"}] |
}; |
testRunner.setPermission('notifications', 'granted', location.origin, location.origin); |