Index: LayoutTests/http/tests/notifications/notification-properties.html |
diff --git a/LayoutTests/http/tests/notifications/notification-properties.html b/LayoutTests/http/tests/notifications/notification-properties.html |
index f54a903dc501b4142c5e42c88db5ef32ee43ea90..01f10f9edfb7c8b8641f58a7174c25903001e1f4 100644 |
--- a/LayoutTests/http/tests/notifications/notification-properties.html |
+++ b/LayoutTests/http/tests/notifications/notification-properties.html |
@@ -11,6 +11,8 @@ |
// semantics defined by the specification. When the test is being ran |
// manually, grant Notification permission first. |
test(function () { |
+ assert_greater_than_equal(Notification.maxActions, 0); |
+ |
var options = { |
dir: "rtl", |
lang: "nl-NL", |