style: Fix a few initial values in Rust property definitions.

Differential Revision: https://phabricator.services.mozilla.com/D67929
This commit is contained in:
Cameron McCormack 2020-04-08 05:31:19 +00:00 committed by Emilio Cobos Álvarez
parent 846996ae7e
commit fa733ecb72
8 changed files with 16 additions and 9 deletions

View file

@ -333,7 +333,7 @@ ${helpers.single_keyword(
${helpers.predefined_type(
"object-position",
"Position",
"computed::Position::zero()",
"computed::Position::center()",
engines="gecko",
boxed=True,
spec="https://drafts.csswg.org/css-images-3/#the-object-position",