]> Pileus Git - ~andy/gtk/blob - tests/reftests/style-properties-only-child.css
tests: Add a test for loading images from file
[~andy/gtk] / tests / reftests / style-properties-only-child.css
1 .only-child-ref:nth-child(first):nth-child(last) {
2     color: blue;
3     background-color: red;
4 }
5
6 .only-child-notref:only-child {
7     color: blue;
8     background-color: red;
9 }