From 48e4433ab8f16a940db325716b75b875fac933f8 Mon Sep 17 00:00:00 2001 From: Hiroyuki Ikezoe Date: Fri, 4 Jan 2019 07:21:53 +0000 Subject: [PATCH] style: Drop layout.css.scroll-behavior.property-enabled pref. It was enabled by default in bug 1041833 (for desktops) and bug 1087562 (for Fennec). Differential Revision: https://phabricator.services.mozilla.com/D15707 --- 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 cb580cc93ba..48b83271d9b 100644 --- a/components/style/properties/longhands/box.mako.rs +++ b/components/style/properties/longhands/box.mako.rs @@ -389,7 +389,6 @@ ${helpers.predefined_type( ${helpers.single_keyword( "scroll-behavior", "auto smooth", - gecko_pref="layout.css.scroll-behavior.property-enabled", products="gecko", spec="https://drafts.csswg.org/cssom-view/#propdef-scroll-behavior", animation_value_type="discrete",