layout/reftests/font-features/kerning-spaces-tnr-default.html

Tue, 06 Jan 2015 21:39:09 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 06 Jan 2015 21:39:09 +0100
branch
TOR_BUG_9701
changeset 8
97036ab72558
permissions
-rw-r--r--

Conditionally force memory storage according to privacy.thirdparty.isolate;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.

     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: Times New Roman, sans-serif;
    15   font-size: 150%;
    16   line-height: 1.1em;
    17   /* font-feature-settings == default */
    18 }
    20 pre {
    21   margin: 0;
    22   padding: 0;
    23 }
    25 </style>
    26 </head>
    27 <body>
    28 <div id="test">
    29 <pre><span>Q A Q</span></pre>
    30 <pre><span>Q L Q</span></pre>
    31 <pre><span>Q P Q</span></pre>
    32 <pre><span>Q T Q</span></pre>
    33 <pre><span>Q V Q</span></pre>
    34 <pre><span>Q W 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