1 importScripts('../../serviceworker/resources/worker-testharness.js');
2 importScripts('../../resources/testharness-helpers.js');
5 assert_true('Notification' in self
);
7 assert_throws({ name
: 'TypeError' }, function() {
11 }, 'Constructing a Notification object in a Service Worker throws.');