]> Pileus Git - ~andy/gtk/commitdiff
reftests: Fix background-origin reftest for all themes
authorBenjamin Otte <otte@redhat.com>
Mon, 6 Feb 2012 19:42:04 +0000 (20:42 +0100)
committerBenjamin Otte <otte@redhat.com>
Mon, 6 Feb 2012 19:43:05 +0000 (20:43 +0100)
We want to @import reset-to-defaults.css here.

tests/reftests/background-origin.css

index 397f5957b17681ee9b4258a5439926ad4c26c3a8..aa8c4a9f19b71f836d0fad9d8fd9d87d001ced61 100644 (file)
@@ -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 {