Index: LayoutTests/fast/notifications/notification-click-dedicated-worker-expected.txt |
diff --git a/LayoutTests/fast/notifications/notification-click-dedicated-worker-expected.txt b/LayoutTests/fast/notifications/notification-click-dedicated-worker-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..6f4aaa8537201049c4306482e5f7c21b593204ec |
--- /dev/null |
+++ b/LayoutTests/fast/notifications/notification-click-dedicated-worker-expected.txt |
@@ -0,0 +1,10 @@ |
+Tests that Notification.click() will result in the onclick event being called in a dedicated worker context. When running this test manually, accept the permission and click on the shown notification. |
+ |
+Starting worker: resources/notification-click.js |
+PASS [Worker] notification.onshow() has been called. |
+[Worker] simulateClick::Notification |
+PASS [Worker] notification.onclick() has been called. |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |