gtk2/testsuite/css/parser/integer.ref.css
Matthias Clasen ece3d33858 Fix css parser integer test
Use margin-top instead of a made-up property.
2015-12-21 14:52:06 -05:00

40 lines
281 B
CSS

a {
margin-top: 0;
}
b {
margin-top: 1px;
}
c {
margin-top: -1px;
}
d {
margin-top: 2147483647px;
}
e {
margin-top: -2147483648px;
}
f {
margin-top: 1px;
}
g {
margin-top: 3px;
}
h {
margin-top: 255px;
}
i {
margin-top: 377px;
}
l {
margin-top: 3px;
}