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..66891e719051ca1ad73bba6111099e88cf82a483 |
| --- /dev/null |
| +++ b/LayoutTests/fast/notifications/resources/notification-show.html |
| @@ -0,0 +1,5 @@ |
| +<script> |
| + notification = window.webkitNotifications.createNotification("", "New E-mail", "Meet me tonight at 8!"); |
| + notification.show(); |
| + notification.close(); |
| +</script> |