OLD | NEW |
1 DESKTOP NOTIFICATION SHOWN: Notification | |
2 DESKTOP NOTIFICATION CLOSED: Notification | |
3 Tests that Notification.click() will result in the onclick event being called in
a document context. When running this test manually, accept the permission and
click on the shown notification. | 1 Tests that Notification.click() will result in the onclick event being called in
a document context. When running this test manually, accept the permission and
click on the shown notification. |
4 | 2 |
| 3 PASS notification.onshow() has been called. |
| 4 PASS notification.onclick() 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.onclick() has been called. | |
10 | 8 |
OLD | NEW |