Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / notifications / notifications-permission.html
1 <!DOCTYPE html>
2 <html>
3     <head>
4         <script src="../../resources/js-test.js"></script>
5     </head>
6     <body>
7         <p>
8             Tests that the Notification.permission static property exists.
9         </p>
10         <div id="console"></div>
11         <script src="resources/notification-permission.js"></script>
12         <script>
13             runTest();
14         </script>
15     </body>
16 </html>