style: updating text-underline-offset to support ::first-line/first-letter/placeholder.

Differential Revision: https://phabricator.services.mozilla.com/D41227
This commit is contained in:
Charlie Marlow 2019-08-09 04:58:10 +00:00 committed by Emilio Cobos Álvarez
parent a9e914e3f0
commit 0d0f1fb69c
No known key found for this signature in database
GPG key ID: E1152D0994E4BF8A

View file

@ -652,7 +652,6 @@ def _remove_common_first_line_and_first_letter_properties(props, engine):
props.remove("text-emphasis-position")
props.remove("text-emphasis-style")
props.remove("text-emphasis-color")
props.remove("text-underline-offset")
props.remove("overflow-wrap")
props.remove("text-align")