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