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 |
new file mode 100644 |
index 0000000000000000000000000000000000000000..6ef61ff9a38d516aa741560e6d450eb499c59795 |
--- /dev/null |
+++ b/LayoutTests/fast/notifications/notifications-leak-document.html |
@@ -0,0 +1,13 @@ |
+<!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> |