Update expected output for CSS style tests

The format for CSS values changed slightly in one of the
previous commits.
This commit is contained in:
Matthias Clasen
2016-01-03 15:41:09 -05:00
parent 3c26aef826
commit e1634d18de
4 changed files with 16 additions and 13 deletions

View File

@ -1,7 +1,6 @@
[window.background:dir(ltr)]
decoration:dir(ltr)
box.horizontal:dir(ltr)
color: rgb(255,0,0) (currentcolor.css:4:12)
color: rgb(255,0,0); /* currentcolor.css:2:12 */
label:dir(ltr)
color: rgb(255,0,0) (reset-to-defaults.css:2:12)
background-color: rgb(255,0,0) (currentcolor.css:8:32)
background-color: rgb(255,0,0); /* currentcolor.css:6:32 */

View File

@ -1,9 +1,9 @@
[window.background:dir(ltr)]
decoration:dir(ltr)
box.horizontal:dir(ltr)
color: rgb(255,0,0) (inherit.css:4:12)
opacity: 0.5 (inherit.css:5:14)
color: rgb(255,0,0); /* inherit.css:2:12 */
opacity: 0.5; /* inherit.css:3:14 */
label#label1:dir(ltr)
opacity: 0.5 (inherit.css:10:18)
color: rgb(255,255,255); /* inherit.css:7:16 */
opacity: 0.5; /* inherit.css:8:18 */
label#label2:dir(ltr)
color: rgb(255,0,0) (reset-to-defaults.css:2:12)

View File

@ -1,6 +1,10 @@
[window.background:dir(ltr)]
decoration:dir(ltr)
box.horizontal:dir(ltr)
font-family: "\"Comic Sans\"" (label.css:4:20)
font-size: 10px; /* label.css:2:20 */
font-family: "\"Comic Sans\""; /* label.css:2:20 */
font-style: normal; /* label.css:2:20 */
font-variant: normal; /* label.css:2:20 */
font-weight: normal; /* label.css:2:20 */
font-stretch: normal; /* label.css:2:20 */
label:dir(ltr)
font-family: "\"Comic Sans\"" (reset-to-defaults.css:2:12)

View File

@ -3,11 +3,11 @@
box.horizontal:dir(ltr)
box.horizontal:dir(ltr)
label:dir(ltr)
font-size: 20px (nth-child.css:4:17)
font-size: 20px; /* nth-child.css:2:17 */
label:dir(ltr)
font-size: 30px (nth-child.css:7:17)
font-size: 30px; /* nth-child.css:5:17 */
label:dir(ltr)
font-size: 40px (nth-child.css:10:17)
font-size: 40px; /* nth-child.css:8:17 */
box.horizontal:dir(ltr)
label:dir(ltr)
font-size: 50px (nth-child.css:13:17)
font-size: 50px; /* nth-child.css:11:17 */