| <script type="text/javascript"> |
| document.getElementById("result").innerHTML += message + "<br>"; |
| testRunner.grantWebNotificationPermission("file://"); |
| if (testRunner.dumpNotifications) |
| testRunner.dumpNotifications(); |
| if (!window.webkitNotifications) { |
| log("FAIL: No webkitNotifications interface!"); |
| var M = window.webkitNotifications.createNotification("", "New E-mail", "Meet me tonight at 8!"); |
| var other = window.webkitNotifications.createNotification("", "Alarm", "It's time to wake up!"); |
| var N = window.webkitNotifications.createNotification("", "New reply", "Correction, 8:15"); |
| <p>Showing notifications with replace ID...</p> |
| <script type="text/javascript"> |