diff options
author | Benjamin Otte <otte@redhat.com> | 2015-03-16 15:44:42 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2015-03-16 15:44:42 +0100 |
commit | 2d013a739a0e3f50c94885c864dd187c428988c6 (patch) | |
tree | bbd5c710dfc25842b6c00ba51f3611cb6648f634 /testsuite/reftests | |
parent | a24aee6bb2c03838e58fc2300a159be07557eb7f (diff) | |
download | gtk+-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.css | 4 |
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; } |