gtk/testsuite/css/parser/enum.css

33 lines
250 B
CSS
Raw Normal View History

2011-05-14 23:22:24 +00:00
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;
}