1 <!doctype html> 2 <html lang="en"> 3 <head> 4 <meta charset="utf-8"> 5 <title>Notifications Test Page</title> 6 <script type="text/javascript"> 7 var pageReady = false; 8 9 function onLoad() { 10 pageReady = true; 11 } 12 13 </script> 14 </head> 15 <body onload="onLoad()"> 16 <div id="longPage"> 17 <h4>NotificationsAllowedForUrls Test page</h4> 18 </div> 19 </body> 20 </html> 21