summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/371041-1-ref.html
blob: 2f07717cc79ae2af5a7c4bfdef45469ceaa90428 (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
<!DOCTYPE html>
<html>
<head>
<style>
  span { visibility: hidden }
  div { font-size: 20px; background: blue; margin: 10px; }
</style>
</head>
<body>
<div><span>TEST</span></div>
<div style="line-height: 5px;"><span>TEST</span></div>
<div style="line-height: 40px;"><span>TEST</span></div>
<div><span>TEST</span></div>
<div style="line-height: 30px;"><span>TEST</span></div>
<div style="line-height: 10px;"><span>TEST</span></div>

<div><span>TEST</span></div>
<div style="line-height: 5px;"><span>TEST</span></div>
<div style="line-height: 40px;"><span>TEST</span></div>
<div><span>TEST</span></div>
<div style="line-height: 30px;"><span>TEST</span></div>
<div style="line-height: 10px;"><span>TEST</span></div>
</body>
</html>