OLD | NEW |
---|---|
(Empty) | |
1 importScripts('../../serviceworker/resources/worker-testharness.js'); | |
2 importScripts('/resources/testharness-helpers.js'); | |
3 | |
4 test(function() { | |
5 assert_true('NotificationEvent' in self); | |
6 | |
7 }, 'NotificationEvent is exposed.'); | |
OLD | NEW |