gtk/tests/css/parser/integer.ref.css

24 lines
177 B
CSS
Raw Normal View History

2011-04-09 11:49:41 +00:00
a {
int-property: 0;
}
b {
int-property: 1;
}
c {
int-property: -1;
}
d {
int-property: 2147483647;
}
e {
int-property: -2147483648;
}
i {
int-property: 377;
}