build: Move tests/css to testsuite/css

This commit is contained in:
Benjamin Otte
2013-05-15 14:36:56 +02:00
parent 2c8e719b5a
commit edde840513
325 changed files with 4 additions and 4 deletions

View 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;
}