Update expected output

The previous commit changed the format of the output
generated by the CSS style tests.
This commit is contained in:
Matthias Clasen 2016-01-03 17:23:59 -05:00
parent cfa0884165
commit d8e1fd6079
3 changed files with 3 additions and 0 deletions

View File

@ -2,5 +2,6 @@
decoration:dir(ltr)
box.horizontal:dir(ltr)
color: rgb(255,0,0); /* currentcolor.css:2:12 */
label:dir(ltr)
background-color: rgb(255,0,0); /* currentcolor.css:6:32 */

View File

@ -3,6 +3,7 @@
box.horizontal:dir(ltr)
color: rgb(255,0,0); /* inherit.css:2:12 */
opacity: 0.5; /* inherit.css:3:14 */
label#label1:dir(ltr)
color: rgb(255,255,255); /* inherit.css:7:16 */
opacity: 0.5; /* inherit.css:8:18 */

View File

@ -7,4 +7,5 @@
font-variant: normal; /* label.css:2:20 */
font-weight: normal; /* label.css:2:20 */
font-stretch: normal; /* label.css:2:20 */
label:dir(ltr)