reftests: Fix a bunch of invalid CSS cases

use 'transparent' instead of 'none' for colors.
This commit is contained in:
Benjamin Otte
2012-01-03 05:06:50 +01:00
parent 839b0f5317
commit d10f851201
2 changed files with 4 additions and 4 deletions

View File

@ -47,7 +47,7 @@ GtkButton {
#reference3 { #reference3 {
border-color: rgb(153,102,0); border-color: rgb(153,102,0);
background-color: none; background-color: transparent;
padding: 5; padding: 5;
} }

View File

@ -1,7 +1,7 @@
* { * {
background-color: none; background-color: transparent;
color: none; color: transparent;
border-color: none; border-color: transparent;
border-style: solid; border-style: solid;
border-width: 1; border-width: 1;
} }