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
This commit is contained in:
Emilio Cobos Álvarez 2018-04-28 09:41:48 +02:00
parent 361046d4fa
commit 6e3fa68f46
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C

View file

@ -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};