Index: LayoutTests/fast/notifications/notification-exceptions.html |
diff --git a/LayoutTests/fast/notifications/notification-exceptions.html b/LayoutTests/fast/notifications/notification-exceptions.html |
index 3c9fd5bd744310a615f2f8992f8c43fec3975c68..9fb4219202153e8408ab4888bc917c84dc4846ec 100644 |
--- a/LayoutTests/fast/notifications/notification-exceptions.html |
+++ b/LayoutTests/fast/notifications/notification-exceptions.html |
@@ -12,6 +12,5 @@ |
testRunner.grantWebNotificationPermission("file://"); |
shouldThrow('window.webkitNotifications.createNotification("http:///", "Title", "Message");', '"SyntaxError: Failed to execute \'createNotification\' on \'NotificationCenter\': \'http:///\' is not a valid icon URL."'); |
</script> |
- <script src="../js/resources/js-test-post.js"></script> |
</body> |
</html> |