From 6e3fa68f46da5b0403d27b426ef92dc5003f7de7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Sat, 28 Apr 2018 09:41:48 +0200 Subject: [PATCH] style: Fix serialization order of the outline shorthand. This is going to be tested in https://github.com/w3c/web-platform-tests/pull/10700. Bug: 1457652 Reviewed-by: xidorn MozReview-Commit-ID: 7Oi1it70YFw --- components/style/properties/shorthand/outline.mako.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/style/properties/shorthand/outline.mako.rs b/components/style/properties/shorthand/outline.mako.rs index d2f04466629..14b935f3bfd 100644 --- a/components/style/properties/shorthand/outline.mako.rs +++ b/components/style/properties/shorthand/outline.mako.rs @@ -5,7 +5,7 @@ <%namespace name="helpers" file="/helpers.mako.rs" /> <%helpers:shorthand name="outline" - sub_properties="outline-width outline-style outline-color" + sub_properties="outline-color outline-style outline-width" derive_serialize="True" spec="https://drafts.csswg.org/css-ui/#propdef-outline"> use properties::longhands::{outline_color, outline_width, outline_style};