gtk2/testsuite/css/parser/border.ref.css
Matthias Clasen 91497348bf Update all css parser tests
I have not tracked down in detail where all these changes originate,
this commit just gets things back to working again.
2017-10-18 17:30:20 +02:00

49 lines
298 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;
}
g {
}
h {
}
i {
}
j {
}
k {
}
l {
}
m {
}
n {
border-image-width: 1 2;
}