]> Pileus Git - ~andy/gtk/blob - tests/reftests/css-match-inherit.css
b96a01a6595eec0c0c8e29030fbb15b69838d260
[~andy/gtk] / tests / reftests / css-match-inherit.css
1 * {
2   engine: none;
3 }
4
5 GtkButton {
6   color: red;
7 }
8
9 .testinherit * {
10   color: red;
11 }