Index: LayoutTests/fast/notifications/notification-click-shared-worker-expected.txt |
diff --git a/LayoutTests/fast/notifications/notification-click-shared-worker-expected.txt b/LayoutTests/fast/notifications/notification-click-shared-worker-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..44938e88182daf482296ce183350eea07fe0acf0 |
--- /dev/null |
+++ b/LayoutTests/fast/notifications/notification-click-shared-worker-expected.txt |
@@ -0,0 +1,10 @@ |
+Tests that Notification.click() will result in the onclick event being called in a shared 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 |
+ |