css inset-block/inline should work on servo-2020

This commit is contained in:
MendyBerger 2023-05-31 22:07:50 -04:00 committed by Oriol Brufau
parent 2df7d69b07
commit 922e077f1d

View file

@ -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"
)}