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

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

     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