| 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..a46d320edc1523a9793046ba68e3962190968722 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 exists on the global scope.');
|
|
|