layout/reftests/font-features/kerning-sanity-check-default.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>
     3 <head>
     4 <title>kerning sanity checks</title>
     5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     7 <style type="text/css">
     9 @font-face {
    10   font-family: LinuxLibertine;
    11   src: url(../fonts/LinLibertine_Re-4.7.5.woff);
    12 }
    14 body {
    15   margin: 5px;
    16 }
    18 div#test, div#test pre {
    19   font-family: Arial, LinuxLibertine, sans-serif;
    20   font-size: 300%;
    21   line-height: 1.1em;
    22   /* font-feature-settings == default */
    23 }
    25 pre {
    26   margin: 0;
    27   padding: 0;
    28 }
    30 </style>
    31 </head>
    32 <body>
    33 <div id="test">
    34 <pre><span>AWAY</span></pre>
    35 </div>
    36 </body>
    37 </html>

mercurial