summaryrefslogtreecommitdiffstats
path: root/layout/reftests/first-letter/329069-2.html
blob: 67f9960d65a3d16cdd19a47bea32dd195a719f5b (plain)
1
2
3
4
5
6
7
8
9
10
11
<!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>