1 importScripts('../../serviceworker/resources/worker-testharness.js');
2 importScripts('/resources/testharness-helpers.js');
4 // TODO(peter): Have a more generic exposed-interface-test, also pulling in
5 // the serviceworker-notification-event.js test.
7 assert_false('requestPermission' in Notification);
9 }, 'Notification.requestPermission() is not exposed in Service Workers.');