- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / notifications / notifications_request_inline.html
1 <html>
2 <head>
3 </head>
4 <body>
5 Requesting permission...
6 </body>
7 <script>
8 window.webkitNotifications.requestPermission();
9 </script>
10 </html>