gtk2/testsuite/css/parser/integer.ref.css

40 lines
281 B
CSS
Raw Normal View History

2011-04-09 11:49:41 +00:00
a {
margin-top: 0;
2011-04-09 11:49:41 +00:00
}
b {
margin-top: 1px;
2011-04-09 11:49:41 +00:00
}
c {
margin-top: -1px;
2011-04-09 11:49:41 +00:00
}
d {
margin-top: 2147483647px;
2011-04-09 11:49:41 +00:00
}
e {
margin-top: -2147483648px;
}
f {
margin-top: 1px;
}
g {
margin-top: 3px;
}
h {
margin-top: 255px;
2011-04-09 11:49:41 +00:00
}
i {
margin-top: 377px;
}
l {
margin-top: 3px;
2011-04-09 11:49:41 +00:00
}