summaryrefslogtreecommitdiff
path: root/testsuite/reftests/style-properties-only-child.css
blob: 10c1178fdcad811dff45cead7b824d367ddb2696 (plain)
1
2
3
4
5
6
7
8
9
.only-child-ref:first-child:last-child {
    color: blue;
    background-color: red;
}

.only-child-notref:only-child {
    color: blue;
    background-color: red;
}