layout/reftests/font-features/kerning-spaces-arial-kern.html

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

     1 <!DOCTYPE HTML>
     2 <html>
     3 <head>
     4 <title>testing contextual kerning with spaces</title>
     5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     7 <style type="text/css">
     9 body {
    10   margin: 5px;
    11 }
    13 div#test, div#test pre {
    14   font-family: Arial, sans-serif;
    15   font-size: 150%;
    16   line-height: 1.1em;
    17   -moz-font-feature-settings: "kern" on;
    18   -webkit-font-feature-settings: "kern" on;
    19   font-feature-settings: "kern" on;
    20 }
    22 pre {
    23   margin: 0;
    24   padding: 0;
    25 }
    27 </style>
    28 </head>
    29 <body>
    30 <div id="test">
    31 <pre><span>Q A Q</span></pre>
    32 <pre><span>Q L Q</span></pre>
    33 <pre><span>Q P Q</span></pre>
    34 <pre><span>Q T Q</span></pre>
    35 <pre><span>Q Y Q</span></pre>
    36 <pre><span>Q Α Q</span></pre>
    37 <pre><span>Q Δ Q</span></pre>
    38 <pre><span>Q Λ Q</span></pre>
    39 <pre><span>Q Ρ Q</span></pre>
    40 <pre><span>Q Τ Q</span></pre>
    41 <pre><span>Q Υ Q</span></pre>
    42 <pre><span>Q Ϋ Q</span></pre>
    43 <pre><span>Q ’ Q</span></pre>
    44 </div>
    45 </body>
    46 </html>

mercurial