]> Pileus Git - ~andy/gtk/blob - tests/reftests/css-match-name.css
98607a0f5872a8146d777d1d194ff81405999244
[~andy/gtk] / tests / reftests / css-match-name.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 #nowindow {
10   background-color: red;
11 }
12
13 #window#nowindow {
14   background-color: blue;
15 }