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 {
border-color: rgb(153,102,0);
background-color: none;
background-color: transparent;
padding: 5;
}

View 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;
}