reftests: Check that -gtk-image-effect is inherited

This commit is contained in:
Benjamin Otte
2013-09-07 00:21:20 +02:00
parent 0735aa1c2e
commit 3b2ea63b56
4 changed files with 152 additions and 0 deletions

View File

@ -0,0 +1,11 @@
GtkBox > :nth-child(0) {
-gtk-image-effect: none;
}
GtkBox > :nth-child(1) {
-gtk-image-effect: highlight;
}
GtkBox > :nth-child(2) {
-gtk-image-effect: dim;
}