layout/reftests/text/glyph-decomposition-graphite-ref.html

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

Revert simplistic fix pending revisit of Mozilla integration attempt.

     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");
    10 }
    11 body {
    12   font-family: test;
    13   font-size: 40px;
    14   text-align: left;
    15 }  
    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&#x0627;&#x0653;z</span><br>
    24 LTR: <span dir="ltr" style="unicode-bidi: bidi-override">a&#x0627;&#x0653;z</span>
    25 </div>
    26 </body>
    27 </html>

mercurial