style: Add support for parsing of the CSS text-underline-position property.

Differential Revision: https://phabricator.services.mozilla.com/D54722
This commit is contained in:
Jonathan Kew 2019-12-04 11:39:15 +00:00 committed by Emilio Cobos Álvarez
parent 3bd62cf0cd
commit 51c1dfee2d
No known key found for this signature in database
GPG key ID: E1152D0994E4BF8A
7 changed files with 113 additions and 2 deletions

View file

@ -10,7 +10,8 @@
# "offset-distance",
# "offset-path",
# "offset-rotate",
# "offset"
# "offset",
# "text-underline-position",
COUNTED_UNKNOWN_PROPERTIES = [
"-webkit-font-smoothing",
"-webkit-tap-highlight-color",
@ -40,7 +41,6 @@ COUNTED_UNKNOWN_PROPERTIES = [
"baseline-shift",
"-webkit-hyphenate-character",
"page",
"text-underline-position",
"-webkit-highlight",
"background-repeat-x",
"-webkit-padding-end",