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)", -)}