Update the css parser unknown pseudo-class test
Use an existing property instead of a made-up one.
This commit is contained in:
parent
8ff127940f
commit
b931821f5e
@ -1,23 +1,23 @@
|
||||
:nobody-knows-me {
|
||||
int-property: 42;
|
||||
padding-top: 42px;
|
||||
}
|
||||
|
||||
:nobody-knows-me(really) {
|
||||
int-property: 42;
|
||||
padding-top: 42px;
|
||||
}
|
||||
|
||||
:a:lot:of:unkwnown:pseudo:classes(some):of(them):with:functions( spaces ) {
|
||||
int-property: 42;
|
||||
padding-top: 42px;
|
||||
}
|
||||
|
||||
:nth-child {
|
||||
int-property: 42;
|
||||
padding-top: 42px;
|
||||
}
|
||||
|
||||
:nth-child() {
|
||||
int-property: 42;
|
||||
padding-top: 42px;
|
||||
}
|
||||
|
||||
x, :unknown-pseudo-classes-invalidate-selectors, y {
|
||||
int-property: 42;
|
||||
padding-top: 42px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user