]> Pileus Git - ~andy/gtk/commitdiff
reftests: Fix reftests for recent changes
authorBenjamin Otte <otte@redhat.com>
Sat, 7 Apr 2012 14:39:17 +0000 (16:39 +0200)
committerBenjamin Otte <otte@redhat.com>
Tue, 17 Apr 2012 06:59:21 +0000 (08:59 +0200)
tests/reftests/background-size-keywords.css
tests/reftests/background-size.css
tests/reftests/box-shadow-spec-inset.css
tests/reftests/label-shadows.css
tests/reftests/nth-child.css
tests/reftests/unresolvable.css

index 5638761408bee4fd1637ad165ac84f93eba0907e..ba4486f2b4402c8635b958fa6baaa3c8d6f4b0ed 100644 (file)
@@ -2,7 +2,7 @@
 
 * {
   color: black;
-  text-shadow: 1 1 white;
+  text-shadow: 1px 1px white;
   background-repeat: no-repeat;
 }
 
index 1b953be40002d02810e721fb1935953fe3991d83..5dbff99984de7dbff66242ea675dee532c784c16 100644 (file)
@@ -3,7 +3,7 @@
 * {
   background-image: url("border-image-balls.png");
   color: black;
-  text-shadow: 1 1 white;
+  text-shadow: 1px 1px white;
 }
 
 #a {
index 337036420e9aeb44199cd007d22a20a11f6b8878..b76cc003c5b7366fadc566fa2d5c83b011a113ea 100644 (file)
@@ -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
 }
 
index 28e8840cc94ef2bc2888a41d66bd813d28ccda1a..5df0f4c2498bcbd799277d668067f90e35d5b6eb 100644 (file)
@@ -1,6 +1,6 @@
 GtkLabel {
   engine: none;
-  text-shadow: 1 1 red;
+  text-shadow: 1px 1px red;
 }
 
 .no-shadow {
index 4b177eb8cf72603cd1c3e72941a47e3143f0c47d..0d7c5612b195e27cb16957c74e4a2cce293339d9 100644 (file)
 
 :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 {
 
 #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 {
 #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 {
 }
 
 #ref19 {
-  text-shadow: red 1 1;
+  text-shadow: red 1px 1px;
 }
 
 #ref20 {
 #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 {
index 0590361cdc3d0df9c27cb427af5f976a9d8b200c..31c216166f4d5c45b5c2bf00a55e4a7133b23b2a 100644 (file)
@@ -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),