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.
This commit is contained in:
Benjamin Otte 2015-03-16 15:44:42 +01:00
parent a24aee6bb2
commit 2d013a739a

View File

@ -1,3 +1,7 @@
* {
-gtk-icon-style: requested;
}
.regular {
-gtk-icon-style: regular;
}