projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a24aee6
)
reftests: Fix test on HighContrast theme
author
Benjamin Otte
<otte@redhat.com>
Mon, 16 Mar 2015 14:44:42 +0000
(15:44 +0100)
committer
Benjamin 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
patch
|
blob
|
history
diff --git
a/testsuite/reftests/icon-style-basics.css
b/testsuite/reftests/icon-style-basics.css
index a03c5a38355fa4f772769d13da8968767fcb1b48..6ecb7f454594468cbf3b28dc1b1cf63dd2ba2616 100644
(file)
--- 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;
}