gtk2/testsuite/css/parser/declarations.ref.css
Matthias Clasen dcc3dd1211 Update css parser test for declarations
Use existing CSS properties instead of made-up ones.
2015-12-21 14:14:36 -05:00

29 lines
212 B
CSS

d {
margin-top: 42px;
}
e {
margin-top: 42px;
padding-top: 42px;
}
f {
margin-top: 42px;
}
g {
margin-top: 42px;
}
i {
padding-top: 42px;
}
m {
padding-top: 42px;
}
n {
padding-top: 42px;
}