gtk/tests/css/parser/enum.css
2011-05-18 22:17:56 +02:00

33 lines
250 B
CSS

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