gtk/testsuite/css/parser/border.ref.css
Benjamin Otte 9e4901e8ce testsuite: Fix expected test output
This reverts part of 91497348bf
2019-11-23 19:33:36 +01:00

28 lines
249 B
CSS

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