summaryrefslogtreecommitdiff
path: root/testsuite/css/parser/min-height.css
blob: 66769fe73c203ec43ff01133d68b703ea488986f (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: 0px;
}

e {
  min-height: 2em;
}