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

@ -385,6 +385,7 @@ class Longhand(object):
"TextDecorationLine",
"TextEmphasisPosition",
"TextTransform",
"TextUnderlinePosition",
"TouchAction",
"TransformStyle",
"UserSelect",