layout/reftests/text/osx-font-smoothing-ref.html

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

Revert simplistic fix pending revisit of Mozilla integration attempt.

     1 <!DOCTYPE HTML>
     2 <html>
     3 <head>
     4 <style type="text/css">
     5 body {
     6   margin: 20px;
     7   font-family: Futura, Helvetica, Arial, sans-serif;
     8   background-color: black;
     9   color: white;
    10 }
    11 p {
    12   margin: 0;
    13   line-height: 1.3em;
    14 }
    15 </style>
    16 </head>
    17 <body lang="en">
    18 <p style="font-size: 9px;">I have stood still and stopped the sound of feet.</p>
    19 <p style="font-size: 10px;">I have stood still and stopped the sound of feet.</p>
    20 <p style="font-size: 11px;">I have stood still and stopped the sound of feet.</p>
    21 <p style="font-size: 12px;">I have stood still and stopped the sound of feet.</p>
    22 <p style="font-size: 13px;">I have stood still and stopped the sound of feet.</p>
    23 <p style="font-size: 14px;">I have stood still and stopped the sound of feet.</p>
    24 <p style="font-size: 15px;">I have stood still and stopped the sound of feet.</p>
    25 <p style="font-size: 16px;">I have stood still and stopped the sound of feet.</p>
    26 <p style="font-size: 17px;">I have stood still and stopped the sound of feet.</p>
    27 <p style="font-size: 18px;">I have stood still and stopped the sound of feet.</p>
    28 <p style="font-size: 19px;">I have stood still and stopped the sound of feet.</p>
    29 <p style="font-size: 20px;">I have stood still and stopped the sound of feet.</p>
    30 </body>
    31 </html>

mercurial