gtk2/testsuite/css/parser/border.ref.css
2013-05-15 15:37:17 +02:00

28 lines
222 B
CSS

a {
border-property: 1 2 3 4;
}
b {
border-property: 1 2 3;
}
c {
border-property: 1 2;
}
d {
border-property: 1;
}
e {
border-property: 0;
}
f {
border-property: 1 2 3 4;
}
n {
border-property: 1 2;
}