Mypal/layout/reftests/first-letter/23605-3.html

12 lines
144 B
HTML

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