[gtk+] reftests: Fix css-match-exact



commit 8cdbebae71fcef0ae31c066e5bf14152d52cd2ca
Author: Benjamin Otte <otte redhat com>
Date:   Thu Feb 2 02:58:59 2012 +0100

    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.

 tests/reftests/css-match-exact.css |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/tests/reftests/css-match-exact.css b/tests/reftests/css-match-exact.css
index c84ffe9..84723cd 100644
--- a/tests/reftests/css-match-exact.css
+++ b/tests/reftests/css-match-exact.css
@@ -1,3 +1,9 @@
+ import "reset-to-defaults.css";
+
+* {
+  background-color: green;
+}
+
 GtkGrid {
-  background-color: purple;
+  background-color: red;
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]