From 4edb3f08e46c7f172f7df558c502ba4dd63e3ff8 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Wed, 15 Jun 2011 11:24:36 -0400 Subject: [PATCH] reftests: fix background-area reftest after the last commit --- tests/reftests/background-area.css | 6 +++++- tests/reftests/background-area.ref.ui | 2 +- tests/reftests/background-area.ui | 2 +- tests/reftests/box-shadow-spec-inset.css | 1 + 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/tests/reftests/background-area.css b/tests/reftests/background-area.css index d5a7f372c..d6b4a0965 100644 --- a/tests/reftests/background-area.css +++ b/tests/reftests/background-area.css @@ -6,8 +6,12 @@ background-image: none; } -GtkButton { +GtkWindow { background-color: green; +} + +GtkButton { + background-color: black; border-style: solid; border-color: rgba(255,0,0,0.6); border-width: 4; diff --git a/tests/reftests/background-area.ref.ui b/tests/reftests/background-area.ref.ui index 1643a51e8..fe320d350 100644 --- a/tests/reftests/background-area.ref.ui +++ b/tests/reftests/background-area.ref.ui @@ -8,7 +8,7 @@ reference Make sure that the background -area contains the border. +area doesn't contain the border. True True True diff --git a/tests/reftests/background-area.ui b/tests/reftests/background-area.ui index a1861704f..dea4bae4f 100644 --- a/tests/reftests/background-area.ui +++ b/tests/reftests/background-area.ui @@ -7,7 +7,7 @@ Make sure that the background -area contains the border. +area doesn't contain the border. True True True diff --git a/tests/reftests/box-shadow-spec-inset.css b/tests/reftests/box-shadow-spec-inset.css index 6d6314866..56ae75537 100644 --- a/tests/reftests/box-shadow-spec-inset.css +++ b/tests/reftests/box-shadow-spec-inset.css @@ -5,6 +5,7 @@ GtkButton { border-image: none; border-style: none; background-color: rgba(0, 0, 0, 0); + border-width: 0; } .row1, .row2, .row3 { -- 2.43.2