layout/reftests/bugs/333970-1-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   <title>points/pixels size test</title>
     5   <style type="text/css">
     6     td {
     7       text-decoration: underline;
     8     }
     9   </style>
    10 </head>
    11 <body>
    12 <table>
    13   <tr><td style="font-size:12px;">9pt/12px</td></tr>
    14   <tr><td style="font-size:16px;">12pt/16px</td></tr>
    15   <tr><td style="font-size:20px;">15pt/20px</td></tr>
    16   <tr><td style="font-size:24px;">18pt/24px</td></tr>
    17   <tr><td style="font-size:28px;">21pt/28px</td></tr>
    18   <tr><td style="font-size:13.3333px;">10pt/13.3333px</td></tr>
    19   <tr><td style="font-size:17.3333px;">13pt/17.3333px</td></tr>
    20   <tr><td style="font-size:21.3333px;">16pt/21.3333px</td></tr>
    21   <tr><td style="font-size:26.6666px;">20pt/26.6666px</td></tr>
    22   <tr><td style="font-size:15px;">11.25pt/15px</td></tr>
    23   <tr><td style="font-size:17px;">12.75pt/17px</td></tr>
    24   <tr><td style="font-size:18px;">13.5pt/18px</td></tr>
    25   <tr><td style="font-size:25px;">18.75pt/25px</td></tr>
    26 </table>
    27 </body>
    28 </html>

mercurial