[gtk+] reftests: fix background-area reftest after the last commit



commit 4edb3f08e46c7f172f7df558c502ba4dd63e3ff8
Author: Benjamin Otte <otte redhat com>
Date:   Wed Jun 15 11:24:36 2011 -0400

    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 d5a7f37..d6b4a09 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 1643a51..fe320d3 100644
--- a/tests/reftests/background-area.ref.ui
+++ b/tests/reftests/background-area.ref.ui
@@ -8,7 +8,7 @@
       <object class="GtkButton" id="button1">
         <property name="name">reference</property>
         <property name="label" translatable="yes">Make sure that the background
-area contains the border.</property>
+area doesn't contain the border.</property>
         <property name="visible">True</property>
         <property name="can_focus">True</property>
         <property name="receives_default">True</property>
diff --git a/tests/reftests/background-area.ui b/tests/reftests/background-area.ui
index a186170..dea4bae 100644
--- a/tests/reftests/background-area.ui
+++ b/tests/reftests/background-area.ui
@@ -7,7 +7,7 @@
     <child>
       <object class="GtkButton" id="button1">
         <property name="label" translatable="yes">Make sure that the background
-area contains the border.</property>
+area doesn't contain the border.</property>
         <property name="visible">True</property>
         <property name="can_focus">True</property>
         <property name="receives_default">True</property>
diff --git a/tests/reftests/box-shadow-spec-inset.css b/tests/reftests/box-shadow-spec-inset.css
index 6d63148..56ae755 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 {



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