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

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

Issue 1313013006: Enable test for notifications requireInteraction (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@requireinteraction1
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 65b05607b6d325d6faeb1ab1fb2889a75cc8974b..2c7283b7ec601a6666f6c67f535dbc4d6894a6d7 100644
--- a/LayoutTests/http/tests/notifications/serviceworker-notificationclick-event-reflection.html
+++ b/LayoutTests/http/tests/notifications/serviceworker-notificationclick-event-reflection.html
@@ -71,10 +71,6 @@
options.actions = options.actions.slice(0, Notification.maxActions);
Object.keys(options).forEach(function(key) {
- if (key == 'requireInteraction') {
- // TODO(johnme): requireInteraction is not yet serialized properly.
- return;
- }
if (typeof options[key] == 'object')
assert_object_equals(event.data.notification[key], options[key], 'The ' + key + ' field must be the same.');
else
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698