Chromium Code Reviews| Index: LayoutTests/fast/notifications/resources/notification-show.html |
| diff --git a/LayoutTests/fast/notifications/resources/notification-show.html b/LayoutTests/fast/notifications/resources/notification-show.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..fb2a262afadebd503ccda515deb4af941a3882da |
| --- /dev/null |
| +++ b/LayoutTests/fast/notifications/resources/notification-show.html |
| @@ -0,0 +1,3 @@ |
| +<script> |
| +window.webkitNotifications.createNotification("", "New E-mail", "Meet me tonight at 8!").show(); |
| +</script> |