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

mercurial