]> Pileus Git - ~andy/gtk/commitdiff
reftests: fix background-area reftest after the last commit
authorBenjamin Otte <otte@redhat.com>
Wed, 15 Jun 2011 15:24:36 +0000 (11:24 -0400)
committerCosimo Cecchi <cosimoc@gnome.org>
Wed, 15 Jun 2011 15:25:26 +0000 (11:25 -0400)
tests/reftests/background-area.css
tests/reftests/background-area.ref.ui
tests/reftests/background-area.ui
tests/reftests/box-shadow-spec-inset.css

index d5a7f372c07bd7dfab5b65330398e38f10d934af..d6b4a096599d5f6ef8198609b681ded06e822d68 100644 (file)
@@ -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;
index 1643a51e84de04fa9b120e3e80191154cb4e1ba0..fe320d350be7ab8803f4a6ea9bdff59522fb29ec 100644 (file)
@@ -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>
index a1861704f9c320fb32c12099a07ca148550d7101..dea4bae4fcdf08aef7418083bee9889624676072 100644 (file)
@@ -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>
index 6d6314866ea9ffa5a2f01473d8ed426533f40b20..56ae755374d8286cce1d7ffb155e121919bb7de9 100644 (file)
@@ -5,6 +5,7 @@ GtkButton {
   border-image: none;
   border-style: none;
   background-color: rgba(0, 0, 0, 0);
+  border-width: 0;
 }
 
 .row1, .row2, .row3 {