From 5cdb2af5592fe2f078de5f9f7734a6902f6a0565 Mon Sep 17 00:00:00 2001 From: Martin Robinson Date: Tue, 19 Mar 2024 09:03:21 +0100 Subject: [PATCH] Enable `text-shadow` for non-legacy layout (#22) --- style/properties/longhands/inherited_text.mako.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/style/properties/longhands/inherited_text.mako.rs b/style/properties/longhands/inherited_text.mako.rs index bc6536b24..10a83cca1 100644 --- a/style/properties/longhands/inherited_text.mako.rs +++ b/style/properties/longhands/inherited_text.mako.rs @@ -200,7 +200,6 @@ ${helpers.predefined_type( "SimpleShadow", None, engines="gecko servo", - servo_pref="layout.legacy_layout", vector=True, vector_animation_type="with_zero", animation_value_type="AnimatedTextShadowList",