build: Move tests/css to testsuite/css
This commit is contained in:
23
testsuite/css/parser/pseudo-classes-unknown.css
Normal file
23
testsuite/css/parser/pseudo-classes-unknown.css
Normal file
@ -0,0 +1,23 @@
|
||||
:nobody-knows-me {
|
||||
int-property: 42;
|
||||
}
|
||||
|
||||
:nobody-knows-me(really) {
|
||||
int-property: 42;
|
||||
}
|
||||
|
||||
:a:lot:of:unkwnown:pseudo:classes(some):of(them):with:functions( spaces ) {
|
||||
int-property: 42;
|
||||
}
|
||||
|
||||
:nth-child {
|
||||
int-property: 42;
|
||||
}
|
||||
|
||||
:nth-child() {
|
||||
int-property: 42;
|
||||
}
|
||||
|
||||
x, :unknown-pseudo-classes-invalidate-selectors, y {
|
||||
int-property: 42;
|
||||
}
|
||||
Reference in New Issue
Block a user