gtk/tests/css/parser/border.ref.css
2011-05-18 21:58:45 +02:00

32 lines
254 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;
}
o {
border-property: none;
}