OLD | NEW |
---|---|
(Empty) | |
1 <!doctype html> | |
2 <html> | |
3 <head> | |
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> | |
8 </head> | |
9 <body> | |
10 <script> | |
11 // Tests that the NotificationEvent object is exposed in a ServiceWorker. | |
12 service_worker_test( | |
13 'resources/serviceworker-notification-event.js', | |
14 'Exposure of the NotificationEvent object in a ServiceWorker.'); | |
15 </script> | |
16 </body> | |
17 </html> | |
OLD | NEW |