summaryrefslogtreecommitdiffstats
path: root/layout/reftests/first-letter/329069-5.html
blob: 3386e6aa5cb4db92a666f124a5e56907e0e1af49 (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; }
   p:first-letter { color: red; }
  </style>
  <title>Devanagari first-letter 2</title>
</head>
<body>
  <p>&#x938;&#x94d;&#x925;&#x93F;&#x924;&#x93F;</p>
</body>
</html>