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

12 lines
184 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!DOCTYPE html>
<html lang="ko">
<head>
<style>
p:first-letter { color: red; }
</style>
</head>
<body>
<p>&#x1101;&#x1170;&#x11B7;&#x1101;&#x1170;&#x11B7;</p>
</body>
</html>