From fa9fa0097770f9f288dd277fb76e3f2e7c30856d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Tue, 21 Feb 2023 12:19:44 +0000 Subject: [PATCH] style: Remove -moz-image-region support from layout There are no users of non-auto values, so we can just simplify some code and remove the property. Differential Revision: https://phabricator.services.mozilla.com/D170010 --- components/style/properties/longhands/list.mako.rs | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/components/style/properties/longhands/list.mako.rs b/components/style/properties/longhands/list.mako.rs index 096ebcd96db..74648ea0e5c 100644 --- a/components/style/properties/longhands/list.mako.rs +++ b/components/style/properties/longhands/list.mako.rs @@ -74,14 +74,3 @@ ${helpers.predefined_type( spec="https://drafts.csswg.org/css-content/#propdef-quotes", servo_restyle_damage="rebuild_and_reflow", )} - -${helpers.predefined_type( - "-moz-image-region", - "ClipRectOrAuto", - "computed::ClipRectOrAuto::auto()", - engines="gecko", - gecko_ffi_name="mImageRegion", - animation_value_type="ComputedValue", - boxed=True, - spec="Nonstandard (https://developer.mozilla.org/en-US/docs/Web/CSS/-moz-image-region)", -)}