Bug 1457652: Fix serialization order of the outline shorthand. r=xidorn

This is going to be tested in
https://github.com/w3c/web-platform-tests/pull/10700.

MozReview-Commit-ID: 7Oi1it70YFw
This commit is contained in:
Emilio Cobos Álvarez 2018-04-28 09:41:48 +02:00
parent 69408b00d8
commit 1915a41571
2 changed files with 1 additions and 4 deletions

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

View File

@ -26,9 +26,6 @@
[The serialization of border: solid; border-style: dotted should be canonical.]
expected: FAIL
[The serialization of outline-width: 2px; outline-style: dotted; outline-color: blue; should be canonical.]
expected: FAIL
[The serialization of list-style-type: circle; list-style-position: inside; list-style-image: initial; should be canonical.]
expected: FAIL