forked from AuroraMiddleware/gtk
style tests: Update expected output
The printing of css nodes has changed, and the window is visible now.
This commit is contained in:
parent
7b1ab8fb8b
commit
0f694b8beb
@ -1,4 +1,4 @@
|
||||
[window.background:dir(ltr)]
|
||||
window.background:dir(ltr)
|
||||
decoration:dir(ltr)
|
||||
box.horizontal:dir(ltr)
|
||||
box.horizontal:dir(ltr)
|
||||
|
@ -142,7 +142,7 @@ label#tomato { color: tomato; }
|
||||
label#turquoise { color: turquoise; }
|
||||
label#violet { color: violet; }
|
||||
label#wheat { color: wheat; }
|
||||
label#white { color: white; }
|
||||
label#white { color: white; } /* our change tracking drops this from the output */
|
||||
label#whitesmoke { color: whitesmoke; }
|
||||
label#yellow { color: yellow; }
|
||||
label#yellowgreen { color: yellowgreen; }
|
||||
|
@ -1,4 +1,4 @@
|
||||
[window.background:dir(ltr)]
|
||||
window.background:dir(ltr)
|
||||
decoration:dir(ltr)
|
||||
box.horizontal:dir(ltr)
|
||||
label#aliceblue:dir(ltr)
|
||||
@ -290,6 +290,7 @@
|
||||
label#wheat:dir(ltr)
|
||||
color: rgb(245,222,179); /* colornames.css:144:15-28 */
|
||||
label#white:dir(ltr)
|
||||
color: rgb(255,255,255); /* colornames.css:145:15-28 */
|
||||
label#whitesmoke:dir(ltr)
|
||||
color: rgb(245,245,245); /* colornames.css:146:20-38 */
|
||||
label#yellow:dir(ltr)
|
||||
|
@ -1,4 +1,4 @@
|
||||
[window.background:dir(ltr)]
|
||||
window.background:dir(ltr)
|
||||
decoration:dir(ltr)
|
||||
box.horizontal:dir(ltr)
|
||||
color: rgb(255,0,0); /* currentcolor.css:2:3-14 */
|
||||
|
@ -1,4 +1,4 @@
|
||||
[window.background:dir(ltr)]
|
||||
window.background:dir(ltr)
|
||||
decoration:dir(ltr)
|
||||
box.horizontal:dir(ltr)
|
||||
font-size: 10px; /* font.css:2:3-27 */
|
||||
|
@ -1,4 +1,4 @@
|
||||
[window.background:dir(ltr)]
|
||||
window.background:dir(ltr)
|
||||
background-image: linear-gradient(75deg, rgb(255,0,0), rgb(0,128,0) 20%, rgb(0,0,255) 40px); /* gradient.css:2:3-71 */
|
||||
|
||||
decoration:dir(ltr)
|
||||
|
@ -1,4 +1,4 @@
|
||||
[window.background:dir(ltr)]
|
||||
window.background:dir(ltr)
|
||||
decoration:dir(ltr)
|
||||
box.horizontal:dir(ltr)
|
||||
color: rgb(255,0,0); /* inherit.css:2:3-14 */
|
||||
|
@ -1,4 +1,4 @@
|
||||
[window.background:dir(ltr)]
|
||||
window.background:dir(ltr)
|
||||
decoration:dir(ltr)
|
||||
box.horizontal:dir(ltr)
|
||||
font-size: 10px; /* label.css:3:3-19 */
|
||||
|
@ -1,4 +1,4 @@
|
||||
[window.background:dir(ltr)]
|
||||
window.background:dir(ltr)
|
||||
decoration:dir(ltr)
|
||||
box.horizontal:dir(ltr)
|
||||
box.horizontal:dir(ltr)
|
||||
|
Loading…
Reference in New Issue
Block a user