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

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

     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