reftests: Fix test on HighContrast theme
authorBenjamin Otte <otte@redhat.com>
Mon, 16 Mar 2015 14:44:42 +0000 (15:44 +0100)
committerBenjamin Otte <otte@redhat.com>
Mon, 16 Mar 2015 14:44:42 +0000 (15:44 +0100)
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.

testsuite/reftests/icon-style-basics.css

index a03c5a38355fa4f772769d13da8968767fcb1b48..6ecb7f454594468cbf3b28dc1b1cf63dd2ba2616 100644 (file)
@@ -1,3 +1,7 @@
+* {
+  -gtk-icon-style: requested;
+}
+
 .regular {
   -gtk-icon-style: regular;
 }