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

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

</body>
</html>