gtk/tests/css/parser/integer.ref.css
2011-05-18 21:58:44 +02:00

24 lines
177 B
CSS

a {
int-property: 0;
}
b {
int-property: 1;
}
c {
int-property: -1;
}
d {
int-property: 2147483647;
}
e {
int-property: -2147483648;
}
i {
int-property: 377;
}