- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / notifications / notifications_request_function.html
1 <html>
2 <head>
3 <script>
4 function request() {
5   window.webkitNotifications.requestPermission();
6   return true;
7 }
8 </script>
9 </head>
10 <body>
11 Standing by to request permission...
12 </body>
13 </html>