gtk2/testsuite/reftests/pseudoclass-on-box.css
Benjamin Otte d66db441e3 reftests: Add a reftest for recent widget path fix
The widget path code copies elements only in gtk_widget_path_copy() -
which is essentially unused - and in
gtk_widget_path_append_with_siblings() - which is used by GtkBox.

So stuff the widget we are testing in a GtkBox to reroduce the problem.
2014-07-22 03:06:04 +02:00

8 lines
56 B
CSS

:active {
color: blue;
}
:active * {
color: red;
}