summaryrefslogtreecommitdiff
path: root/testsuite/reftests
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2015-03-16 15:44:42 +0100
committerBenjamin Otte <otte@redhat.com>2015-03-16 15:44:42 +0100
commit2d013a739a0e3f50c94885c864dd187c428988c6 (patch)
treebbd5c710dfc25842b6c00ba51f3611cb6648f634 /testsuite/reftests
parenta24aee6bb2c03838e58fc2300a159be07557eb7f (diff)
downloadgtk+-2d013a739a0e3f50c94885c864dd187c428988c6.tar.gz
reftests: Fix test on HighContrast theme
We are testing -gtk-icon-style and assume the theme doesn't touch it. But HighContrast forces symbolic icons. And that breaks the reference images. So explicitly set "requested" for everything.
Diffstat (limited to 'testsuite/reftests')
-rw-r--r--testsuite/reftests/icon-style-basics.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/reftests/icon-style-basics.css b/testsuite/reftests/icon-style-basics.css
index a03c5a3835..6ecb7f4545 100644
--- a/testsuite/reftests/icon-style-basics.css
+++ b/testsuite/reftests/icon-style-basics.css
@@ -1,3 +1,7 @@
+* {
+ -gtk-icon-style: requested;
+}
+
.regular {
-gtk-icon-style: regular;
}