]> Pileus Git - ~andy/gtk/commitdiff
reftests: Fix a bunch of invalid CSS cases
authorBenjamin Otte <otte@redhat.com>
Tue, 3 Jan 2012 04:06:50 +0000 (05:06 +0100)
committerBenjamin Otte <otte@redhat.com>
Mon, 9 Jan 2012 17:37:57 +0000 (18:37 +0100)
use 'transparent' instead of 'none' for colors.

tests/reftests/background-area.css
tests/reftests/no-colors.css

index 0cb009467a121c06dfa2645ad8f0af177b35d719..209f58673f9e6f75022b0023f2595ae65facdd4f 100644 (file)
@@ -47,7 +47,7 @@ GtkButton {
 
 #reference3 {
   border-color: rgb(153,102,0);
-  background-color: none;
+  background-color: transparent;
   padding: 5;
 }
 
index da899757f2e64eb59135e9d7a5792d76d702c233..6091b9fabf06a1563844ba7c59ba169d99885d09 100644 (file)
@@ -1,7 +1,7 @@
 * {
-  background-color: none;
-  color: none;
-  border-color: none;
+  background-color: transparent;
+  color: transparent;
+  border-color: transparent;
   border-style: solid;
   border-width: 1;
 }