gtk2/testsuite/css/parser/border.css

56 lines
523 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 0 0 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 {
border-image-width: 5 oops 6 7;
2011-04-09 23:53:31 +00:00
}
h {
border-image-width: true;
2011-04-09 23:53:31 +00:00
}
i {
border-image-width: -1;
2011-04-09 23:53:31 +00:00
}
j {
border-image-width: -5px;
2011-04-09 23:53:31 +00:00
}
k {
border-image-width: 3units;
2011-04-09 23:53:31 +00:00
}
l {
border-image-width: 1 2 3 4units;
2011-04-09 23:53:31 +00:00
}
m {
border-image-width: 1 2 3 4 5;
2011-04-09 23:53:31 +00:00
}
n {
border-image-width: 1 2 ; 4;
2011-04-09 23:53:31 +00:00
}