layout/reftests/table-dom/insertCellsExpandZeroRowspan-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 PUBLIC "-//W3C//DTD HTML 4.0//EN" 
     2 "http://www.w3.org/TR/REC-html40/strict.dtd">
     4 <HEAD>
     5 </HEAD>
     6 <BODY>
     8 <table bgcolor=orange border>
     9  <tr>
    10   <td>c11</td><td>X2</td><td>X1</td><td  rowspan ="0">c12</td>
    11  </tr>
    12  <tr>
    13   <td>c21</td><td>X4</td><td>X3</td>
    14  </tr>
    15 <tr>
    16   <td>c31</td>
    17  </tr>
    19 </table>
    20 </BODY></HTML>

mercurial