From 8cdbebae71fcef0ae31c066e5bf14152d52cd2ca Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Thu, 2 Feb 2012 02:58:59 +0100 Subject: [PATCH] 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 | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/tests/reftests/css-match-exact.css b/tests/reftests/css-match-exact.css index c84ffe99a9..84723cd8fc 100644 --- a/tests/reftests/css-match-exact.css +++ b/tests/reftests/css-match-exact.css @@ -1,3 +1,9 @@ -GtkGrid { - background-color: purple; +@import "reset-to-defaults.css"; + +* { + background-color: green; +} + +GtkGrid { + background-color: red; }