aboutsummaryrefslogtreecommitdiffstats
path: root/tests/html/test-lineheight-verticalalign.html
blob: e9fcd0019f34e42c694e84e1b3410f13d78464a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
<head>
</head>
<body>
    <div style="line-height: 10;">[line-height 10]
        <span style="font-size: 15pt; line-height: 3; vertical-align: top">[line-height:3 + vertical-align:top]</span>
        <span style="font-size: 15pt; line-height: 1; vertical-align: top">[line-height:1 + vertical-align:top]</span>
        [Split inline, still line-height 5]
    </div>
    <div style="font-size: 30px; line-height: 3">New line, line-height 3</div>
</body>
</html>