build: Move tests/reftests to testsuite/reftests
This commit is contained in:
9
testsuite/reftests/style-properties-only-child.css
Normal file
9
testsuite/reftests/style-properties-only-child.css
Normal file
@ -0,0 +1,9 @@
|
||||
.only-child-ref:nth-child(first):nth-child(last) {
|
||||
color: blue;
|
||||
background-color: red;
|
||||
}
|
||||
|
||||
.only-child-notref:only-child {
|
||||
color: blue;
|
||||
background-color: red;
|
||||
}
|
||||
Reference in New Issue
Block a user