Index: LayoutTests/fast/notifications/notification-click-expected.txt |
diff --git a/LayoutTests/fast/notifications/notification-click-expected.txt b/LayoutTests/fast/notifications/notification-click-expected.txt |
index 71d55d2f66b08e9ee2ec5c5d43815c4446b66546..bf5dd32c9721b1871e75de182d0967df679f9fcb 100644 |
--- a/LayoutTests/fast/notifications/notification-click-expected.txt |
+++ b/LayoutTests/fast/notifications/notification-click-expected.txt |
@@ -1,10 +1,8 @@ |
-DESKTOP NOTIFICATION SHOWN: Notification |
-DESKTOP NOTIFICATION CLOSED: Notification |
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. |
+PASS notification.onshow() has been called. |
+PASS notification.onclick() has been called. |
PASS successfullyParsed is true |
TEST COMPLETE |
-PASS notification.onshow() has been called. |
-PASS notification.onclick() has been called. |