[gtk+/wip/css: 124/153] reftests: Fix a bunch of invalid CSS cases



commit 46b9132ace66f899116ae635cbc3f6787b1af49e
Author: Benjamin Otte <otte redhat com>
Date:   Tue Jan 3 05:06:50 2012 +0100

    reftests: Fix a bunch of invalid CSS cases
    
    use 'transparent' instead of 'none' for colors.

 tests/reftests/background-area.css |    2 +-
 tests/reftests/no-colors.css       |    6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/tests/reftests/background-area.css b/tests/reftests/background-area.css
index 0cb0094..209f586 100644
--- a/tests/reftests/background-area.css
+++ b/tests/reftests/background-area.css
@@ -47,7 +47,7 @@ GtkButton {
 
 #reference3 {
   border-color: rgb(153,102,0);
-  background-color: none;
+  background-color: transparent;
   padding: 5;
 }
 
diff --git a/tests/reftests/no-colors.css b/tests/reftests/no-colors.css
index da89975..6091b9f 100644
--- a/tests/reftests/no-colors.css
+++ b/tests/reftests/no-colors.css
@@ -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;
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]