tenfourfox/layout/reftests/first-letter/23605-4.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

12 lines
144 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
p:first-letter { color: red; }
</style>
</head>
<body>
<p>&sbquo;Text&sbquo;</p>
</body>
</html>