style: Fix overflow-clip-box-{block,inline} to be under the right pref.

This commit is contained in:
Emilio Cobos Álvarez 2018-02-28 00:37:07 +01:00
parent 6cc6280004
commit 220cc9ba65
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C

View file

@ -193,7 +193,7 @@ ${helpers.single_keyword("-servo-overflow-clip-box", "padding-box content-box",
enabled_in="ua",
needs_context=False,
flags="APPLIES_TO_PLACEHOLDER",
gecko_pref="layout.css.overscroll-behavior.enabled",
gecko_pref="layout.css.overflow-clip-box.enabled",
animation_value_type="discrete",
spec="Internal, may be standardized in the future: \
https://developer.mozilla.org/en-US/docs/Web/CSS/overflow-clip-box",