gtk2/testsuite/css/parser/import-cyclic-1.ref.css
Matthias Clasen 5c704621ac Fix import css parser tests
Don't use nonexisting properties here either
2015-12-21 16:33:50 -05:00

12 lines
80 B
CSS

a {
padding-top: 3px;
}
a {
padding-top: 2px;
}
a {
padding-top: 1px;
}