Add very simple loading test for non-SFI NaCl.
[chromium-blink-merge.git] / chrome / test / data / notifications / notifications_request_function.html
blob1d7b4efcd0c99823240139378e62c3dbdb0fe07e
1 <html>
2 <head>
3 <script>
4 function request() {
5 Notification.requestPermission();
6 return true;
8 </script>
9 </head>
10 <body>
11 Standing by to request permission...
12 </body>
13 </html>