Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(489)

Unified Diff: LayoutTests/http/tests/notifications/serviceworker-notificationclick-event-data-reflection.html

Issue 1262893005: Add NotificationEvent.action property in SW events (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@actions3_fix
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/http/tests/notifications/serviceworker-notificationclick-event-data-reflection.html
diff --git a/LayoutTests/http/tests/notifications/serviceworker-notificationclick-event-data-reflection.html b/LayoutTests/http/tests/notifications/serviceworker-notificationclick-event-data-reflection.html
index b168099f2036b37305a28cfdf889c752f8646b04..62930642d99d97c36d95ad64a3cc1950f3d50c04 100644
--- a/LayoutTests/http/tests/notifications/serviceworker-notificationclick-event-data-reflection.html
+++ b/LayoutTests/http/tests/notifications/serviceworker-notificationclick-event-data-reflection.html
@@ -23,7 +23,7 @@
1024, // Check Number type
Number.NaN, // Check Number.NaN type
'any data', // Check String type
- new Array('Saab', 'Volve', 'BMW'), // Check Array type
+ new Array('Saab', 'Volvo', 'BMW'), // Check Array type
{ first: 'first', second: 'second' } // Check object
);

Powered by Google App Engine
This is Rietveld 408576698