Bug 1573631: Let "text-decoration-skip-ink", "text-decoration-thickness", and "text-underline-offset" ride the trains to release. r=jfkthame

Differential Revision: https://phabricator.services.mozilla.com/D45233

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Daniel Holbert 2019-09-12 07:24:57 +00:00
parent 59ef387149
commit 785fe64f03

View File

@ -4607,19 +4607,19 @@
# text underline offset
- name: layout.css.text-underline-offset.enabled
type: bool
value: @IS_EARLY_BETA_OR_EARLIER@
value: true
mirror: always
# text decoration thickness
- name: layout.css.text-decoration-thickness.enabled
type: bool
value: @IS_EARLY_BETA_OR_EARLIER@
value: true
mirror: always
# text decoration skip ink
- name: layout.css.text-decoration-skip-ink.enabled
type: bool
value: @IS_EARLY_BETA_OR_EARLIER@
value: true
mirror: always
# Is support for CSS column-span enabled?