From 868b28b5033f675f4993b33fa4e693632395b51b Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Mon, 30 Apr 2012 12:54:45 -0400 Subject: [PATCH] reftests: fix background-size reftest We have to be careful and not set the background on the labels themselves. https://bugzilla.gnome.org/show_bug.cgi?id=670743 --- tests/reftests/background-size.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/reftests/background-size.css b/tests/reftests/background-size.css index 5dbff99984..aae6f9f350 100644 --- a/tests/reftests/background-size.css +++ b/tests/reftests/background-size.css @@ -1,6 +1,6 @@ @import "reset-to-defaults.css"; -* { +.button { background-image: url("border-image-balls.png"); color: black; text-shadow: 1px 1px white;