build: Move tests/reftests to testsuite/reftests
This commit is contained in:
19
testsuite/reftests/css-match-siblings.css
Normal file
19
testsuite/reftests/css-match-siblings.css
Normal file
@ -0,0 +1,19 @@
|
||||
* + *,
|
||||
#red {
|
||||
color: red
|
||||
}
|
||||
|
||||
* ~ * ~ GtkLabel,
|
||||
#lime {
|
||||
color: lime;
|
||||
}
|
||||
|
||||
* ~ * + GtkLabel ~ *,
|
||||
#blue {
|
||||
color: blue;
|
||||
}
|
||||
|
||||
* + GtkLabel ~ * ~ GtkLabel + *,
|
||||
#purple {
|
||||
color: purple;
|
||||
}
|
||||
Reference in New Issue
Block a user