no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / text / glyph-decomposition-graphite.html
blob365923c4f6d91297fe151bf835630b467a108933
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <meta charset="utf-8">
5 <title>test rendering with decomposition (bug 772640)</title>
6 <style type="text/css">
7 @font-face {
8 font-family: test;
9 src: url("../fonts/sil/Scheherazade-R 2012-07-03c.ttf");
11 body {
12 font-family: test;
13 font-size: 40px;
14 text-align: left;
16 </style>
17 </head>
18 <body>
19 <div>
20 <!-- with graphite enabled, this will display ThisIsGraphite to confirm it's working -->
21 ThisIsNotGraphite:<br>
22 <!-- U+0622 should render identically to U+0627,U+0653 -->
23 RTL: <span dir="rtl">a&#x0622;z</span><br>
24 LTR: <span dir="ltr" style="unicode-bidi: bidi-override">a&#x0622;z</span>
25 </div>
26 </body>
27 </html>