From 756c3a09af7245876e149a7ca46d07a61fa79467 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 14 Oct 2011 11:43:40 -0400 Subject: [PATCH] Fix make check Somebody committed a behaviour change that broke his own tests...tsk, tsk. --- tests/reftests/unresolvable.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/reftests/unresolvable.css b/tests/reftests/unresolvable.css index e7f908e5b7..7cf57eb8fc 100644 --- a/tests/reftests/unresolvable.css +++ b/tests/reftests/unresolvable.css @@ -10,7 +10,7 @@ GtkWindow { } #reference { - background-color: pink; + background-color: transparent; box-shadow: none; border-image: none; }