gecko/layout/reftests/first-letter/23605-4.html

12 lines
144 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>
<p>&sbquo;Text&sbquo;</p>
</body>
</html>