mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
style: Fix overflow-clip-box-{block,inline} to be under the right pref.
This commit is contained in:
parent
6cc6280004
commit
220cc9ba65
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ ${helpers.single_keyword("-servo-overflow-clip-box", "padding-box content-box",
|
||||||
enabled_in="ua",
|
enabled_in="ua",
|
||||||
needs_context=False,
|
needs_context=False,
|
||||||
flags="APPLIES_TO_PLACEHOLDER",
|
flags="APPLIES_TO_PLACEHOLDER",
|
||||||
gecko_pref="layout.css.overscroll-behavior.enabled",
|
gecko_pref="layout.css.overflow-clip-box.enabled",
|
||||||
animation_value_type="discrete",
|
animation_value_type="discrete",
|
||||||
spec="Internal, may be standardized in the future: \
|
spec="Internal, may be standardized in the future: \
|
||||||
https://developer.mozilla.org/en-US/docs/Web/CSS/overflow-clip-box",
|
https://developer.mozilla.org/en-US/docs/Web/CSS/overflow-clip-box",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue