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

12 lines
146 B
HTML
Raw Normal View History

2007-12-05 00:17:30 -08:00
<!DOCTYPE html>
<html>
<head>
<style>
p:first-letter { color: red; }
</style>
</head>
<body>
2007-12-05 00:48:44 -08:00
<p>&#x0065;&#x0301;cole</p>
2007-12-05 00:17:30 -08:00
</body>
</html>