summaryrefslogtreecommitdiffstats
path: root/layout/reftests/first-letter/329069-2-ref.html
blob: b8c9ec7fb3856550c2ded72a2a9b32e8c6f68c07 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html lang="ko">
<head>
  <style>
    span.fake-first-letter { color: red; }
  </style>
</head>
<body>
  <p><span class="fake-first-letter">&#x1101;&#x1170;&#x11B7;</span>&#x1101;&#x1170;&#x11B7;</p>
</body>
</html>