]> Pileus Git - ~andy/gtk/commitdiff
reftests: Fix css-match-exact
authorBenjamin Otte <otte@redhat.com>
Thu, 2 Feb 2012 01:58:59 +0000 (02:58 +0100)
committerBenjamin Otte <otte@redhat.com>
Thu, 2 Feb 2012 02:14:02 +0000 (03:14 +0100)
Ensure that background-colors are always set. And import
reset-to-defaults so that there's no background image or so.

tests/reftests/css-match-exact.css

index c84ffe99a990133cb9dccd9c48c9ac48cb53e1f6..84723cd8fc3306c91005633244ff4c1c755be36c 100644 (file)
@@ -1,3 +1,9 @@
+@import "reset-to-defaults.css";
+
+* {
+  background-color: green;
+}
+
 GtkGrid {
-  background-color: purple;
+  background-color: red;
 }