]> Pileus Git - ~andy/gtk/commitdiff
reftests: fix background-area reftest
authorCosimo Cecchi <cosimoc@gnome.org>
Wed, 11 Jan 2012 21:13:09 +0000 (16:13 -0500)
committerCosimo Cecchi <cosimoc@gnome.org>
Wed, 11 Jan 2012 21:13:09 +0000 (16:13 -0500)
background-clip: content-box broke when I made GtkButton allocate its
border-width, as for the CSS box model.

tests/reftests/background-area.css

index 209f58673f9e6f75022b0023f2595ae65facdd4f..e730fffb363c824c5f88681206e158c0a3f16c7a 100644 (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);
 }