gtk/testsuite/css/style/adjacent-states.nodes
Matthias Clasen 6d239cfba7 Add a css style test for adjacent states
This test checks that the selector E:state + F works as expected.

https://bugzilla.gnome.org/show_bug.cgi?id=722727
2016-01-10 14:51:36 -05:00

14 lines
425 B
Plaintext

[window.background:dir(ltr)]
decoration:dir(ltr)
box.horizontal:dir(ltr)
box.horizontal:dir(ltr)
checkbutton:dir(ltr):checked
check:dir(ltr):checked
label#label1:dir(ltr)
color: rgb(255,0,0); /* adjacent-states.css:2:12 */
box.horizontal:dir(ltr)
checkbutton:dir(ltr)
check:dir(ltr)
label#label2:dir(ltr)
color: rgb(0,0,255); /* adjacent-states.css:6:13 */