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 |
deleted file mode 100644 |
index 1673992fe977c957354fa3eeec4aa9ab17d6385b..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/notifications/resources/notification-show.html |
+++ /dev/null |
@@ -1,5 +0,0 @@ |
-<script> |
- notification = window.webkitNotifications.createNotification("", "New E-mail", "Meet me tonight at 8!"); |
- notification.show(); |
- notification.cancel(); |
-</script> |