4 <title>Notifications: Creating notifications should fail when no permission has been granted.
</title>
5 <script src=
"../resources/testharness.js"></script>
6 <script src=
"../resources/testharnessreport.js"></script>
10 // Tests that Notification.requestPermission() does not cause a crash when
11 // no callback has been supplied (which is optional).
12 test(function (test
) {
13 Notification
.requestPermission();
15 }, 'Notification.requestPermission() without a callback does not crash.');