Index: LayoutTests/http/tests/notifications/resources/serviceworker-notification-event.js |
diff --git a/LayoutTests/http/tests/notifications/resources/serviceworker-notification-event.js b/LayoutTests/http/tests/notifications/resources/serviceworker-notification-event.js |
index 850f15fb229b358fc4871e9ee7ed1699f82c2c71..cf8e3bcdc4f1d92004f048ca86b70f103a414c86 100644 |
--- a/LayoutTests/http/tests/notifications/resources/serviceworker-notification-event.js |
+++ b/LayoutTests/http/tests/notifications/resources/serviceworker-notification-event.js |
@@ -26,7 +26,5 @@ test(function() { |
test(function() { |
assert_will_be_idl_attribute(self, 'onnotificationclick', |
'The notificationclick event exists.'); |
- assert_will_be_idl_attribute(self, 'onnotificationerror', |
- 'The notificationerror event exists.'); |
-}, 'The notificationclick and notificationerror events exist on the global scope.'); |
+}, 'The notificationclick event exist on the global scope.'); |
whywhat
2015/08/27 19:16:47
nit: exists
Peter Beverloo
2015/08/27 19:20:00
Done.
|