gtk2/tests/css/parser/pseudo-classes-unknown.css
Benjamin Otte 174cfff50f tests: Add a test to ensure we handle unknown pseudo-classes correctly
1) We want to throw an unknown value
2) We want to skip the whole rule
2011-05-18 22:17:56 +02:00

24 lines
340 B
CSS

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