From 3c346c35d2ee6a13eb039507ff15a6bb235c98e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Mon, 5 Aug 2019 22:49:14 +0200 Subject: [PATCH] style: Fix Rust unit tests. --- components/style/properties/longhands/position.mako.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/components/style/properties/longhands/position.mako.rs b/components/style/properties/longhands/position.mako.rs index f5d1a1d1cd0a..b2e8acaf60be 100644 --- a/components/style/properties/longhands/position.mako.rs +++ b/components/style/properties/longhands/position.mako.rs @@ -375,7 +375,6 @@ ${helpers.predefined_type( "specified::GenericGridTemplateComponent::None", engines="gecko", spec="https://drafts.csswg.org/css-grid/#propdef-grid-template-%ss" % kind, - boxed=True, animation_value_type="ComputedValue", )}