tenfourfox/layout/reftests/first-line/287088-2.html

15 lines
251 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<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>
</body>
</html>