summaryrefslogtreecommitdiff
path: root/testsuite/css/parser/min-width.ref.css
blob: 62bec56d6b53f75c1561122eb9b11482283d9cc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
a {
  min-width: initial;
}

b {
  min-width: inherit;
}

c {
  min-width: unset;
}

d {
  min-width: 0;
}

e {
  min-width: 2em;
}