reftests: Unset background-image in CSS of test

Otherwise the test screws up when it's set
This commit is contained in:
Benjamin Otte
2011-05-15 13:05:55 +02:00
parent b8eac1e130
commit dda83e2f98

View File

@ -13,6 +13,7 @@ GtkEntry #padded {
.progressbar {
background-color: rgba(0,0,0,0);
background-image: none;
border-color: rgba(0,0,0,0);
color: red;
}