haikuwebkit/LayoutTests/fast/text/firstline/002.html

11 lines
170 B
HTML

<html>
<head>
<style>
p:first-letter {
color: maroon;
font-size: 36px;
}
</style>
<body><p style="border:2px solid blue">Maroon on the first letter only.</p>
</html>