forked from AuroraMiddleware/gtk
reftests: Fix reftests for recent changes
This commit is contained in:
parent
33f111a47c
commit
95a4b46f8b
@ -2,7 +2,7 @@
|
||||
|
||||
* {
|
||||
color: black;
|
||||
text-shadow: 1 1 white;
|
||||
text-shadow: 1px 1px white;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
* {
|
||||
background-image: url("border-image-balls.png");
|
||||
color: black;
|
||||
text-shadow: 1 1 white;
|
||||
text-shadow: 1px 1px white;
|
||||
}
|
||||
|
||||
#a {
|
||||
|
@ -27,15 +27,15 @@ GtkButton {
|
||||
.row2 {
|
||||
box-shadow:
|
||||
rgba(0,0,0,1)
|
||||
15/*px*/ 15/*px*/
|
||||
15px 15px
|
||||
inset
|
||||
}
|
||||
|
||||
.row3 {
|
||||
box-shadow:
|
||||
rgba(0,0,0,1)
|
||||
15/*px*/ 15/*px*/ 0
|
||||
10/*px*/ /*spread*/
|
||||
15px 15px 0
|
||||
10px /*spread*/
|
||||
inset
|
||||
}
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
GtkLabel {
|
||||
engine: none;
|
||||
text-shadow: 1 1 red;
|
||||
text-shadow: 1px 1px red;
|
||||
}
|
||||
|
||||
.no-shadow {
|
||||
|
@ -20,12 +20,12 @@
|
||||
|
||||
:nth-child(7n+7),
|
||||
:nth-last-child(7n-700) {
|
||||
text-shadow: red 1 1;
|
||||
text-shadow: red 1px 1px;
|
||||
}
|
||||
|
||||
:nth-child(11n+11),
|
||||
:nth-last-child(-11n+1100) {
|
||||
text-shadow: green 1 1;
|
||||
text-shadow: green 1px 1px;
|
||||
}
|
||||
|
||||
#ref1 {
|
||||
@ -42,12 +42,12 @@
|
||||
|
||||
#ref4 {
|
||||
color: blue;
|
||||
text-shadow: green 1 1;
|
||||
text-shadow: green 1px 1px;
|
||||
}
|
||||
|
||||
#ref5 {
|
||||
font-weight: bold;
|
||||
text-shadow: red 1 1;
|
||||
text-shadow: red 1px 1px;
|
||||
}
|
||||
|
||||
#ref6 {
|
||||
@ -81,7 +81,7 @@
|
||||
#ref12 {
|
||||
color: blue;
|
||||
font-weight: bold;
|
||||
text-shadow: red 1 1;
|
||||
text-shadow: red 1px 1px;
|
||||
}
|
||||
|
||||
#ref13 {
|
||||
@ -90,13 +90,13 @@
|
||||
#ref14 {
|
||||
color: blue;
|
||||
font-weight: bold;
|
||||
text-shadow: red 1 1;
|
||||
text-shadow: red 1px 1px;
|
||||
}
|
||||
|
||||
#ref15 {
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
text-shadow: green 1 1;
|
||||
text-shadow: green 1px 1px;
|
||||
}
|
||||
|
||||
#ref16 {
|
||||
@ -114,7 +114,7 @@
|
||||
}
|
||||
|
||||
#ref19 {
|
||||
text-shadow: red 1 1;
|
||||
text-shadow: red 1px 1px;
|
||||
}
|
||||
|
||||
#ref20 {
|
||||
@ -126,12 +126,12 @@
|
||||
#ref21 {
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
text-shadow: red 1 1;
|
||||
text-shadow: red 1px 1px;
|
||||
}
|
||||
|
||||
#ref22 {
|
||||
color: blue;
|
||||
text-shadow: green 1 1;
|
||||
text-shadow: green 1px 1px;
|
||||
}
|
||||
|
||||
#ref23 {
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
GtkWindow {
|
||||
background-color: @doesntexist;
|
||||
box-shadow: @nonexistant 5 5;
|
||||
box-shadow: @nonexistant 5px 5px;
|
||||
border-image: -gtk-gradient(linear,
|
||||
left top, left bottom,
|
||||
from(@notaavailable),
|
||||
|
Loading…
Reference in New Issue
Block a user