reftests: Check that -gtk-image-effect is inherited
This commit is contained in:
11
testsuite/reftests/gtk-image-effect-inherit.css
Normal file
11
testsuite/reftests/gtk-image-effect-inherit.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user