summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-calc/line-height-2-ref.html
blob: d1086080a39cec3148fd985149aabff834333876 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html><meta charset=utf-8>
<style>
.a1, .a2, .a3, .a4, .a5, .a6 { float: left; }
.a1 { line-height: 2; }
.a2 { line-height: 6; }
.a3 { line-height: 6px; }
.a4 { line-height: 6; }
.a5 { line-height: 6; }
.a6 { line-height: 6; }
.a7 { line-height: 0; }
</style>
<p class="a1">abc<br>def</p>
<p class="a2">abc<br>def</p>
<p class="a3">abc<br>def</p>
<p class="a4">abc<br>def</p>
<p class="a5">abc<br>def</p>
<p class="a6">abc<br>def</p>
<p class="a7">abc<br>def</p>