gtk2/testsuite/css/parser/min-width.ref.css
2015-12-22 22:29:38 -05:00

20 lines
132 B
CSS

a {
min-width: initial;
}
b {
min-width: inherit;
}
c {
min-width: unset;
}
d {
min-width: 0;
}
e {
min-width: 2em;
}