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