diff options
author | Hiroyuki Ikezoe <hikezoe@mozilla.com> | 2019-04-11 06:22:01 +0000 |
---|---|---|
committer | Emilio Cobos Álvarez <emilio@crisal.io> | 2019-04-12 12:20:13 +0200 |
commit | cf7f64c9dcc511e93d9504054ebad193a5f83ff7 (patch) | |
tree | a9f84be60bda44895043644d9e89bd74f4b2636c | |
parent | 21481e315e5d82d33dab906980379fbd398d1ba9 (diff) | |
download | servo-cf7f64c9dcc511e93d9504054ebad193a5f83ff7.tar.gz servo-cf7f64c9dcc511e93d9504054ebad193a5f83ff7.zip |
style: Enable the new scroll snap and disable the old scroll snap on nightly.
Differential Revision: https://phabricator.services.mozilla.com/D22804
-rw-r--r-- | components/style/properties/longhands/box.mako.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/style/properties/longhands/box.mako.rs b/components/style/properties/longhands/box.mako.rs index 87d4f59af31..397393ed3d8 100644 --- a/components/style/properties/longhands/box.mako.rs +++ b/components/style/properties/longhands/box.mako.rs @@ -432,7 +432,6 @@ ${helpers.predefined_type( "ScrollSnapType", "computed::ScrollSnapType::none()", products="gecko", - gecko_pref="layout.css.scroll-snap.enabled", spec="https://drafts.csswg.org/css-scroll-snap-1/#scroll-snap-type", animation_value_type="discrete", )} |