Index: LayoutTests/http/tests/notifications/resources/instrumentation-service-worker.js |
diff --git a/LayoutTests/http/tests/notifications/resources/instrumentation-service-worker.js b/LayoutTests/http/tests/notifications/resources/instrumentation-service-worker.js |
index 868ab02e449bfb78927520dd7fdf8cec52124e18..5327843a0b62dc8432680179b5b6707e40d6964c 100644 |
--- a/LayoutTests/http/tests/notifications/resources/instrumentation-service-worker.js |
+++ b/LayoutTests/http/tests/notifications/resources/instrumentation-service-worker.js |
@@ -77,5 +77,6 @@ addEventListener('notificationclick', function(event) { |
event.waitUntil(clients.openWindow('https://example.com/')); |
messagePort.postMessage({ command: 'click', |
- notification: notificationCopy }); |
+ notification: notificationCopy, |
+ action: event.action }); |
}); |