[gtk+] reftests: Fix background-origin reftest for all themes



commit 40a89fccb504812d7a04d0285dd473792258c218
Author: Benjamin Otte <otte redhat com>
Date:   Mon Feb 6 20:42:04 2012 +0100

    reftests: Fix background-origin reftest for all themes
    
    We want to @import reset-to-defaults.css here.

 tests/reftests/background-origin.css |   11 ++---------
 1 files changed, 2 insertions(+), 9 deletions(-)
---
diff --git a/tests/reftests/background-origin.css b/tests/reftests/background-origin.css
index 397f595..aa8c4a9 100644
--- a/tests/reftests/background-origin.css
+++ b/tests/reftests/background-origin.css
@@ -1,12 +1,4 @@
-* {
-  engine: none;
-  border-style: none;
-  border-image: none;
-  background-image: none;
-  background-clip: border-box;
-  background-repeat: no-repeat;
-  border-radius: 0;
-}
+ import "reset-to-defaults.css";
 
 GtkWindow {
   background-color: rgb(255,255,255);
@@ -20,6 +12,7 @@ GtkButton {
   background-color: rgb(0,0,255);
 
   background-image: url("green-20x20.png");
+  background-repeat: no-repeat;
 }
 
 #button1 {



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