summaryrefslogtreecommitdiffstats
path: root/layout/reftests/first-line/287088-1.html
blob: 3583b860d9f8677108c5a22207212dfc2cf8c405 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html>
<head>
<style>
div::first-line { color: red; background-color: blue; font-size: 200%; text-transform: uppercase; }
</style>
</head>
<body>

<div>
<span>Line number one.<br/>Line number two.<br/>Line number three.</span>
</div>

<div style="height: 50000px;">
<!-- to force a scrollbar -->
</div>

</body>
</html>