tenfourfox/layout/reftests/first-letter/329069-2.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

12 lines
184 B
HTML

<!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>