gtk/tests/css/parser/border.ref.css
Benjamin Otte 6fdf6ba68f css: Remove generic 'none' handling
Includes updated tests.
Who could have thought that our tests were broken. Ooops.
2012-01-09 18:37:51 +01: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;
}