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

b {
  min-height: inherit;
}

c {
  min-height: unset;
}

d {
  min-height: 0;
}

e {
  min-height: 2em;
}