From deeb5efd847cd620874ab02c2117a6a97cb72df3 Mon Sep 17 00:00:00 2001 From: Boris Chiou Date: Thu, 4 Aug 2022 17:58:03 +0000 Subject: [PATCH] style: Remove aspect-ratio preference We shipped this in Firefox 89, one year ago. It should be okay to drop this preference now. Differential Revision: https://phabricator.services.mozilla.com/D153680 --- components/style/properties/longhands/position.mako.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/components/style/properties/longhands/position.mako.rs b/components/style/properties/longhands/position.mako.rs index 70459cdfe72..f7241f70d21 100644 --- a/components/style/properties/longhands/position.mako.rs +++ b/components/style/properties/longhands/position.mako.rs @@ -460,7 +460,6 @@ ${helpers.predefined_type( servo_pref="layout.legacy_layout", animation_value_type="ComputedValue", spec="https://drafts.csswg.org/css-sizing-4/#aspect-ratio", - gecko_pref="layout.css.aspect-ratio.enabled", servo_restyle_damage="reflow", )}