[gtk+] reftests: fix background-area reftest



commit 984834ea5749b13e325d143783323f36433a7cff
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Wed Jan 11 16:13:09 2012 -0500

    reftests: fix background-area reftest
    
    background-clip: content-box broke when I made GtkButton allocate its
    border-width, as for the CSS box model.

 tests/reftests/background-area.css |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/tests/reftests/background-area.css b/tests/reftests/background-area.css
index 209f586..e730fff 100644
--- a/tests/reftests/background-area.css
+++ b/tests/reftests/background-area.css
@@ -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);
 }



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