Update the css parser unknown pseudo-class test

Use an existing property instead of a made-up one.
This commit is contained in:
Matthias Clasen 2015-12-21 14:29:17 -05:00
parent 8ff127940f
commit b931821f5e

View File

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