| Index: LayoutTests/http/tests/notifications/resources/serviceworker-notification-event.js
|
| diff --git a/LayoutTests/http/tests/notifications/resources/serviceworker-notification-event.js b/LayoutTests/http/tests/notifications/resources/serviceworker-notification-event.js
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..9d26a66d64e7c830dee99992aec33d7a2cf32804
|
| --- /dev/null
|
| +++ b/LayoutTests/http/tests/notifications/resources/serviceworker-notification-event.js
|
| @@ -0,0 +1,7 @@
|
| +importScripts('../../serviceworker/resources/worker-testharness.js');
|
| +importScripts('/resources/testharness-helpers.js');
|
| +
|
| +test(function() {
|
| + assert_true('NotificationEvent' in self);
|
| +
|
| +}, 'NotificationEvent is exposed.');
|
|
|