summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2012-02-06 20:42:04 +0100
committerBenjamin Otte <otte@redhat.com>2012-02-06 20:43:05 +0100
commit40a89fccb504812d7a04d0285dd473792258c218 (patch)
treead0ee0f0cb9277772da085987aaaeec78a39fb39 /tests
parent33961154b6cdf75816655a0500e3788418c670d2 (diff)
downloadgtk+-40a89fccb504812d7a04d0285dd473792258c218.tar.gz
reftests: Fix background-origin reftest for all themes
We want to @import reset-to-defaults.css here.
Diffstat (limited to 'tests')
-rw-r--r--tests/reftests/background-origin.css11
1 files changed, 2 insertions, 9 deletions
diff --git a/tests/reftests/background-origin.css b/tests/reftests/background-origin.css
index 397f5957b1..aa8c4a9f19 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 {