Disable view source for Developer Tools.
[chromium-blink-merge.git] / chrome / test / data / notifications / notifications_request_function.html
blob082a724625ae619b403eea9fafa58f7cb463a18e
1 <html>
2 <head>
3 <script>
4 function request() {
5 window.webkitNotifications.requestPermission();
6 return true;
8 </script>
9 </head>
10 <body>
11 Standing by to request permission...
12 </body>
13 </html>