summaryrefslogtreecommitdiffstats
path: root/layout/reftests/first-letter/329069-5-ref.html
blob: 31311ad7fc38ce48cb18f37c33fc582da2f01c55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html lang="hi">
<head>
  <style>
   @font-face { font-family: lohit; src: url(../fonts/ttf-indic/lohit_hi.ttf); }
   body { font-family: lohit; }
    span.fake-first-letter { color: red; }
  </style>
  <title>Devanagari first-letter 2</title>
</head>
<body>
  <p><span class="fake-first-letter">&#x938;&#x94d;&#x925;&#x93F;</span>&#x924;&#x93F;</p>
</body>
</html>