no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / indic-shaping / bengali-2-ref.html
blob40664abe92705a1879455a4ec8a5b3884a308a77
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <title>Simple Bengali shaping</title>
6 <style>
7 @font-face {
8 font-family: lohit-bn;
9 src: url(../fonts/ttf-indic/lohit_bn.ttf);
11 body {
12 font-family: lohit-bn;
13 font-size: 36px;
14 margin: 18px;
16 .w {
17 color: white;
19 </style>
20 </head>
21 <body>
22 <!-- subjoined Ra forms ligate with the consonant and generally modify its width,
23 so we expect "bra" to differ from both "b" and "b-halant-ra" -->
24 <div>
25 !<span class="w">&#x09AC;&#x09CD;&#x09B0;</span>!
26 </div>
27 </body>
28 </html>