layout/reftests/font-features/kerning-spaces-tnr-default.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 /* font-feature-settings == default */
michael@0 18 }
michael@0 19
michael@0 20 pre {
michael@0 21 margin: 0;
michael@0 22 padding: 0;
michael@0 23 }
michael@0 24
michael@0 25 </style>
michael@0 26 </head>
michael@0 27 <body>
michael@0 28 <div id="test">
michael@0 29 <pre><span>Q A Q</span></pre>
michael@0 30 <pre><span>Q L Q</span></pre>
michael@0 31 <pre><span>Q P Q</span></pre>
michael@0 32 <pre><span>Q T Q</span></pre>
michael@0 33 <pre><span>Q V Q</span></pre>
michael@0 34 <pre><span>Q W Q</span></pre>
michael@0 35 <pre><span>Q Y Q</span></pre>
michael@0 36 <pre><span>Q Ά Q</span></pre>
michael@0 37 <pre><span>Q Α 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 </div>
michael@0 45 </body>
michael@0 46 </html>

mercurial