reftests: Fix reftests for recent changes

This commit is contained in:
Benjamin Otte 2012-04-07 16:39:17 +02:00
parent 33f111a47c
commit 95a4b46f8b
6 changed files with 17 additions and 17 deletions

View File

@ -2,7 +2,7 @@
* { * {
color: black; color: black;
text-shadow: 1 1 white; text-shadow: 1px 1px white;
background-repeat: no-repeat; background-repeat: no-repeat;
} }

View File

@ -3,7 +3,7 @@
* { * {
background-image: url("border-image-balls.png"); background-image: url("border-image-balls.png");
color: black; color: black;
text-shadow: 1 1 white; text-shadow: 1px 1px white;
} }
#a { #a {

View File

@ -27,15 +27,15 @@ GtkButton {
.row2 { .row2 {
box-shadow: box-shadow:
rgba(0,0,0,1) rgba(0,0,0,1)
15/*px*/ 15/*px*/ 15px 15px
inset inset
} }
.row3 { .row3 {
box-shadow: box-shadow:
rgba(0,0,0,1) rgba(0,0,0,1)
15/*px*/ 15/*px*/ 0 15px 15px 0
10/*px*/ /*spread*/ 10px /*spread*/
inset inset
} }

View File

@ -1,6 +1,6 @@
GtkLabel { GtkLabel {
engine: none; engine: none;
text-shadow: 1 1 red; text-shadow: 1px 1px red;
} }
.no-shadow { .no-shadow {

View File

@ -20,12 +20,12 @@
:nth-child(7n+7), :nth-child(7n+7),
:nth-last-child(7n-700) { :nth-last-child(7n-700) {
text-shadow: red 1 1; text-shadow: red 1px 1px;
} }
:nth-child(11n+11), :nth-child(11n+11),
:nth-last-child(-11n+1100) { :nth-last-child(-11n+1100) {
text-shadow: green 1 1; text-shadow: green 1px 1px;
} }
#ref1 { #ref1 {
@ -42,12 +42,12 @@
#ref4 { #ref4 {
color: blue; color: blue;
text-shadow: green 1 1; text-shadow: green 1px 1px;
} }
#ref5 { #ref5 {
font-weight: bold; font-weight: bold;
text-shadow: red 1 1; text-shadow: red 1px 1px;
} }
#ref6 { #ref6 {
@ -81,7 +81,7 @@
#ref12 { #ref12 {
color: blue; color: blue;
font-weight: bold; font-weight: bold;
text-shadow: red 1 1; text-shadow: red 1px 1px;
} }
#ref13 { #ref13 {
@ -90,13 +90,13 @@
#ref14 { #ref14 {
color: blue; color: blue;
font-weight: bold; font-weight: bold;
text-shadow: red 1 1; text-shadow: red 1px 1px;
} }
#ref15 { #ref15 {
font-weight: bold; font-weight: bold;
font-style: italic; font-style: italic;
text-shadow: green 1 1; text-shadow: green 1px 1px;
} }
#ref16 { #ref16 {
@ -114,7 +114,7 @@
} }
#ref19 { #ref19 {
text-shadow: red 1 1; text-shadow: red 1px 1px;
} }
#ref20 { #ref20 {
@ -126,12 +126,12 @@
#ref21 { #ref21 {
font-weight: bold; font-weight: bold;
font-style: italic; font-style: italic;
text-shadow: red 1 1; text-shadow: red 1px 1px;
} }
#ref22 { #ref22 {
color: blue; color: blue;
text-shadow: green 1 1; text-shadow: green 1px 1px;
} }
#ref23 { #ref23 {

View File

@ -2,7 +2,7 @@
GtkWindow { GtkWindow {
background-color: @doesntexist; background-color: @doesntexist;
box-shadow: @nonexistant 5 5; box-shadow: @nonexistant 5px 5px;
border-image: -gtk-gradient(linear, border-image: -gtk-gradient(linear,
left top, left bottom, left top, left bottom,
from(@notaavailable), from(@notaavailable),