reftests: fix background-area reftest

background-clip: content-box broke when I made GtkButton allocate its
border-width, as for the CSS box model.
This commit is contained in:
Cosimo Cecchi 2012-01-11 16:13:09 -05:00
parent 9c7d795d5a
commit 984834ea57

View File

@ -48,12 +48,11 @@ GtkButton {
#reference3 {
border-color: rgb(153,102,0);
background-color: transparent;
padding: 5;
}
#reference3inner {
padding: 0;
border-width: 10;
border-width: 0;
border-color: rgb(0, 255, 0);
background-color: rgb(0,0,255);
}