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

12 lines
132 B
HTML

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