gtk/testsuite/css/parser/pseudo-classes-unknown.css

24 lines
340 B
CSS
Raw Normal View History

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