From d93ff288ce67b6b21397e94da64b0773d02133db Mon Sep 17 00:00:00 2001 From: MunishMummadi Date: Tue, 26 Mar 2024 13:39:10 -0500 Subject: [PATCH] Enable baseline-source for servo Changed the obsolete servo-2013 into servo. --- style/properties/longhands/box.mako.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/properties/longhands/box.mako.rs b/style/properties/longhands/box.mako.rs index 1e9376dd4..08c13f2ba 100644 --- a/style/properties/longhands/box.mako.rs +++ b/style/properties/longhands/box.mako.rs @@ -104,7 +104,7 @@ ${helpers.predefined_type( "baseline-source", "BaselineSource", "computed::BaselineSource::Auto", - engines="gecko servo-2013", + engines="gecko servo", animation_value_type="discrete", spec="https://drafts.csswg.org/css-inline-3/#baseline-source", servo_restyle_damage = "reflow",