mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 16:50:11 +00:00
6fdf6ba68f
Includes updated tests. Who could have thought that our tests were broken. Ooops.
28 lines
222 B
CSS
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;
|
|
}
|