layout/reftests/font-features/kerning-spaces-tnr-nokern.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.

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

mercurial