4 <title>Notifications: NotificationEvent exposure in a Service Worker.
</title>
5 <script src=
"../resources/testharness.js"></script>
6 <script src=
"../resources/testharnessreport.js"></script>
7 <script src=
"../serviceworker/resources/test-helpers.js"></script>
11 // Tests that the NotificationEvent object is exposed in a ServiceWorker
12 // and exposes the "notification" and "waitUntil" members, as well as the
13 // "notificationclick" and "notificationerror" events.
15 'resources/serviceworker-notification-event.js',
16 'Exposure of the NotificationEvent object in a ServiceWorker.');