gtk2/testsuite/css/parser/border.ref.css

49 lines
298 B
CSS
Raw Normal View History

2011-04-09 23:53:31 +00:00
a {
border-image-width: 1 2 3 4;
2011-04-09 23:53:31 +00:00
}
b {
border-image-width: 1 2 3;
2011-04-09 23:53:31 +00:00
}
c {
border-image-width: 1 2;
2011-04-09 23:53:31 +00:00
}
d {
border-image-width: 1;
2011-04-09 23:53:31 +00:00
}
e {
border-image-width: 0;
2011-04-09 23:53:31 +00:00
}
f {
border-image-width: 1px 2px 3 4px;
2011-04-09 23:53:31 +00:00
}
g {
}
h {
}
i {
}
j {
}
k {
}
l {
}
m {
}
2011-04-09 23:53:31 +00:00
n {
border-image-width: 1 2;
2011-04-09 23:53:31 +00:00
}