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

12 lines
167 B
HTML
Raw Normal View History

2007-12-05 00:17:30 -08:00
<!DOCTYPE html>
<html>
<head>
<style>
p:first-letter { color: red; font-size: 200%; }
</style>
</head>
<body>
<p>&#x1101;&#x1170;&#x11B7;</p>
</body>
</html>