]> Pileus Git - ~andy/gtk/blob - tests/reftests/css-match-subtype.css
reftests: Add a test comparing inherit and initial
[~andy/gtk] / tests / reftests / css-match-subtype.css
1 GtkContainer {
2   engine: none;
3   background-image: none;
4   background-color: green;
5   border-radius: 0;
6   border-style: none;
7 }
8
9 NotGtkContainer {
10   background-color: red;
11 }