Index: LayoutTests/fast/notifications/notifications-leak-document.html |
diff --git a/LayoutTests/fast/notifications/notifications-leak-document.html b/LayoutTests/fast/notifications/notifications-leak-document.html |
deleted file mode 100644 |
index 6ef61ff9a38d516aa741560e6d450eb499c59795..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/notifications/notifications-leak-document.html |
+++ /dev/null |
@@ -1,13 +0,0 @@ |
-<!DOCTYPE html> |
-<html> |
-<body> |
- <script src="../../resources/js-test.js"></script> |
- <script src="../../resources/leak-check.js"></script> |
- <script> |
- testRunner.grantWebNotificationPermission("file://"); |
- var tolerance = {'numberOfLiveDocuments': 0}; |
- |
- doLeakTest('./resources/notification-show.html', tolerance); |
- </script> |
-</body> |
-</html> |