| Index: LayoutTests/http/tests/notifications/serviceworker-notification-event.html
|
| diff --git a/LayoutTests/http/tests/notifications/serviceworker-notification-event.html b/LayoutTests/http/tests/notifications/serviceworker-notification-event.html
|
| index 80acf7be71641fda3ad399b8e3154dfbf0db0efb..e1ea307bba29fc89a67d692655028e8736b21b42 100644
|
| --- a/LayoutTests/http/tests/notifications/serviceworker-notification-event.html
|
| +++ b/LayoutTests/http/tests/notifications/serviceworker-notification-event.html
|
| @@ -8,7 +8,8 @@
|
| </head>
|
| <body>
|
| <script>
|
| - // Tests that the NotificationEvent object is exposed in a ServiceWorker.
|
| + // Tests that the NotificationEvent object is exposed in a ServiceWorker,
|
| + // as well as the "notificationclick" and "notificationerror" events.
|
| service_worker_test(
|
| 'resources/serviceworker-notification-event.js',
|
| 'Exposure of the NotificationEvent object in a ServiceWorker.');
|
|
|