]> Pileus Git - ~andy/gtk/blob - tests/reftests/css-match-subtype.css
reftests: Update named colors reftest
[~andy/gtk] / tests / reftests / css-match-subtype.css
1 @import url("reset-to-defaults.css");
2
3 GtkContainer {
4   engine: none;
5   background-image: none;
6   background-color: green;
7   border-radius: 0;
8   border-style: none;
9 }
10
11 NotGtkContainer {
12   background-color: red;
13 }