From 139f240baf1997f3c309586b1344f8d58d5bd23b Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Thu, 23 Jul 2020 18:04:25 -0700 Subject: [PATCH] Enable clip property in layout 2020 --- components/style/properties/longhands/effects.mako.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/components/style/properties/longhands/effects.mako.rs b/components/style/properties/longhands/effects.mako.rs index f9cef1a34e2..00ede146cd4 100644 --- a/components/style/properties/longhands/effects.mako.rs +++ b/components/style/properties/longhands/effects.mako.rs @@ -38,7 +38,6 @@ ${helpers.predefined_type( "ClipRectOrAuto", "computed::ClipRectOrAuto::auto()", engines="gecko servo-2013 servo-2020", - servo_2020_pref="layout.2020.unimplemented", animation_value_type="ComputedValue", boxed=True, allow_quirks="Yes",