summaryrefslogtreecommitdiff
path: root/tests/css/parser/pseudo-classes-unknown.css
blob: fa82e7da463489d080429a8cd1cb2a2c689ca790 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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;
}