OLD | NEW |
1 DESKTOP NOTIFICATION SHOWN: Notification | 1 Tests that Notification.close() closes the notification when called from a docum
ent context, causing the Notification.onclose event to be invoked. |
2 DESKTOP NOTIFICATION CLOSED: Notification | |
3 Tests that Notification.close() closes the notification, and the Notification.on
close event gets called. | |
4 | 2 |
| 3 PASS notification.onshow() has been called. |
| 4 PASS notification.onclose() has been called. |
5 PASS successfullyParsed is true | 5 PASS successfullyParsed is true |
6 | 6 |
7 TEST COMPLETE | 7 TEST COMPLETE |
8 PASS notification.onshow() has been called. | |
9 PASS notification.onclose() has been called. | |
10 | 8 |
OLD | NEW |