summaryrefslogtreecommitdiffstats
path: root/layout/reftests/first-letter/indic-clusters-1-ref.html
blob: 0b147031153c8b2578c3945d306301ade6187265 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Bug 1048899</title>
<style>
@font-face { font-family: lohit; src: url(../fonts/ttf-indic/Lohit-Telugu.ttf); }
body { font-family: lohit; }
.first { color: red; font-weight: bold; }
</style>
</head>
<body>
<div><span class='first'></span>మ్మ</div>
<div><span class='first'></span>డలి</div>
<div><span class='first'>జో</span>రు</div>
<div><span class='first'>అం</span>దం</div>
<div><span class='first'>వాఁ</span>డు</div>
<div><span class='first'>కాం</span>డం</div>
<div><span class='first'>కృ</span>తి</div>
<div><span class='first'>ప్ర</span>జలు</div>
<div><span class='first'>క్రాం</span>తి</div>
<div><span class='first'>స్త్రీ</span>లు</div>
</body>
</html>