]> Pileus Git - ~andy/gtk/blob - tests/reftests/css-match-regions.css
reftests: Put border-image-repeat test back
[~andy/gtk] / tests / reftests / css-match-regions.css
1 * {
2   color: blue;
3 }
4
5 .notebook tab GtkLabel {
6   color: blue
7 }
8 .notebook tab tab GtkLabel {
9   color: red
10 }
11
12 /* for reference */
13 #blue {
14   color: blue
15 }
16
17 #red {
18   color: red
19 }