layout/reftests/bugs/411059-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 <style>
     5 p { float:left; white-space:pre; border:1px solid black; clear:both; }
     6 .space { padding:0 2px; }
     7 table { clear:both; }
     8 </style>
     9 </head>
    10 <body>
    12 <p>
    13         a
    14 </p>
    16 <div style="width:0">
    17   <p>
    18         a
    19   </p>
    20 </div>
    22 <p>
    23         <span class="space">a</span>
    24 </p>
    26 <div style="width:0">
    27   <p class="letterspace">
    28         <span class="space">a</span>
    29   </p>
    30 </div>
    32 <table><tr>
    33   <td style="background-color:#808080;"><pre>
    34 test
    35 abcdefg hijklm  nopqr   stuv    wxy     z0      1       
    36   </pre></td>
    37   <td style="background-color:#c08080;">cell 2</td>
    38 </tr></table>
    40 </body>
    41 </html>

mercurial