layout/reftests/font-features/kerning-sanity-check-kern.html

Wed, 31 Dec 2014 06:55:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:55:50 +0100
changeset 2
7e26c7da4463
permissions
-rw-r--r--

Added tag UPSTREAM_283F7C6 for changeset ca08bd8f51b2

     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   -moz-font-feature-settings: "kern" on;
    23   -webkit-font-feature-settings: "kern" on;
    24   font-feature-settings: "kern" on;
    25 }
    27 pre {
    28   margin: 0;
    29   padding: 0;
    30 }
    32 </style>
    33 </head>
    34 <body>
    35 <div id="test">
    36 <pre><span>AWAY</span></pre>
    37 </div>
    38 </body>
    39 </html>

mercurial