From cf7f64c9dcc511e93d9504054ebad193a5f83ff7 Mon Sep 17 00:00:00 2001 From: Hiroyuki Ikezoe Date: Thu, 11 Apr 2019 06:22:01 +0000 Subject: [PATCH] style: Enable the new scroll snap and disable the old scroll snap on nightly. Differential Revision: https://phabricator.services.mozilla.com/D22804 --- components/style/properties/longhands/box.mako.rs | 1 - 1 file changed, 1 deletion(-) 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", )}