From 922e077f1dafd6f8abad1ab700d30897b2acd875 Mon Sep 17 00:00:00 2001 From: MendyBerger <12537668+MendyBerger@users.noreply.github.com> Date: Wed, 31 May 2023 22:07:50 -0400 Subject: [PATCH] css inset-block/inline should work on servo-2020 --- components/style/properties/shorthands/position.mako.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/style/properties/shorthands/position.mako.rs b/components/style/properties/shorthands/position.mako.rs index 958056d844d..facc6fb1a38 100644 --- a/components/style/properties/shorthands/position.mako.rs +++ b/components/style/properties/shorthands/position.mako.rs @@ -849,7 +849,7 @@ ${helpers.two_properties_shorthand( "inset-block-start", "inset-block-end", "specified::LengthPercentageOrAuto::parse", - engines="gecko servo-2013", + engines="gecko servo-2013 servo-2020", spec="https://drafts.csswg.org/css-logical/#propdef-inset-block" )} @@ -858,6 +858,6 @@ ${helpers.two_properties_shorthand( "inset-inline-start", "inset-inline-end", "specified::LengthPercentageOrAuto::parse", - engines="gecko servo-2013", + engines="gecko servo-2013 servo-2020", spec="https://drafts.csswg.org/css-logical/#propdef-inset-inline" )}