| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <script src="../js/resources/js-test-pre.js"></script> | |
| <script type="text/javascript"> | |
| shouldBeDefined("window.webkitNotifications"); | |
| shouldNotThrow("window.webkitNotifications.requestPermission()"); | |
| </script> | |
| <script src="../js/resources/js-test-post.js"></script> | |
| </head> | |
| </html> |