summaryrefslogtreecommitdiff
path: root/testsuite/css/parser/line-height.css
blob: 66a6b5f784396f2cd22b1920237be937a8ddb921 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
a {
  line-height: initial;
}

b {
  line-height: inherit;
}

c {
  line-height: unset;
}

d {
  line-height: normal;
}

e {
  line-height: 1.5;
}

f {
  line-height: 200%;
}

g {
  line-height: 2em;
}