From 2df7d69b071930ee93444454a70f0fc449d950d1 Mon Sep 17 00:00:00 2001 From: MendyBerger <12537668+MendyBerger@users.noreply.github.com> Date: Mon, 29 May 2023 07:26:07 -0400 Subject: [PATCH] css `inset` should work on servo-2020 --- components/style/properties/shorthands/position.mako.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/style/properties/shorthands/position.mako.rs b/components/style/properties/shorthands/position.mako.rs index 28343b8a562..958056d844d 100644 --- a/components/style/properties/shorthands/position.mako.rs +++ b/components/style/properties/shorthands/position.mako.rs @@ -839,7 +839,7 @@ ${helpers.four_sides_shorthand( "inset", "%s", "specified::LengthPercentageOrAuto::parse", - engines="gecko servo-2013", + engines="gecko servo-2013 servo-2020", spec="https://drafts.csswg.org/css-logical/#propdef-inset", allow_quirks="No", )}