From f31f541125be7779e087e8eeac23c27aee1b388f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Mon, 22 May 2023 14:35:21 +0200 Subject: [PATCH] style: Add a use counter for content-visibility Differential Revision: https://phabricator.services.mozilla.com/D122873 --- components/style/properties/counted_unknown_properties.py | 1 + 1 file changed, 1 insertion(+) diff --git a/components/style/properties/counted_unknown_properties.py b/components/style/properties/counted_unknown_properties.py index 2548e591060..6a562a9abab 100644 --- a/components/style/properties/counted_unknown_properties.py +++ b/components/style/properties/counted_unknown_properties.py @@ -121,4 +121,5 @@ COUNTED_UNKNOWN_PROPERTIES = [ "-webkit-columns", "-webkit-column-rule-color", "-webkit-shape-margin", + "content-visibility", ]