reftests: fix background-area reftest after the last commit

This commit is contained in:
Benjamin Otte 2011-06-15 11:24:36 -04:00 committed by Cosimo Cecchi
parent af77ba78bb
commit 4edb3f08e4
4 changed files with 8 additions and 3 deletions

View 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;

View 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>

View 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>

View 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 {