reftests: Fix css-match-exact

Ensure that background-colors are always set. And import
reset-to-defaults so that there's no background image or so.
This commit is contained in:
Benjamin Otte 2012-02-02 02:58:59 +01:00
parent 1484208b4c
commit 8cdbebae71

View File

@ -1,3 +1,9 @@
GtkGrid {
background-color: purple;
@import "reset-to-defaults.css";
* {
background-color: green;
}
GtkGrid {
background-color: red;
}