Drop the css parser enum test

We are no longer using and non-css properties, and css enums
are all parsed with custom code.
This commit is contained in:
Matthias Clasen 2015-12-21 14:25:46 -05:00
parent e567f23bcd
commit 1f298c385f
3 changed files with 0 additions and 45 deletions

View File

@ -1,32 +0,0 @@
a {
enum-property: in;
}
b {
enum-property: none;
}
c {
enum-property: 2;
}
d {
enum-property: "in";
}
e {
enum-property: non-existing;
}
f {
enum-property: "non-existing";
}
g {
enum-property: 34;
}
h {
enum-property: 12e;
}

View File

@ -1,6 +0,0 @@
enum.css:10: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
enum.css:14: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
enum.css:18: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
enum.css:22: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
enum.css:26: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
enum.css:30: error: GTK_CSS_PROVIDER_ERROR_SYNTAX

View File

@ -1,7 +0,0 @@
a {
enum-property: in;
}
b {
enum-property: none;
}