Mypal/layout/reftests/first-letter/329069-1.html

12 lines
146 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
p:first-letter { color: red; }
</style>
</head>
<body>
<p>&#x0065;&#x0301;cole</p>
</body>
</html>