layout/reftests/table-dom/appendCells1.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 <HEAD>
     2 <SCRIPT src=tableDom.js>
     3 </SCRIPT>
     4 <SCRIPT>
     6 function doIt() {
     7   appendCellAt(0, 1, 1);
     9   appendCellAt(1, 1, 1);
    10   appendCellAt(1, 1, 1);
    11 }
    12 </SCRIPT>  
    13 </HEAD>
    14 <BODY onload="doIt()">
    15 <table bgcolor=orange border>
    16  <tr>
    17   <td>c11</td><td>c12</td>
    18  </tr>
    19 </table>
    20 <table bgcolor=orange border>
    21  <tr>
    22   <td>c11</td><td>c12</td>
    23  </tr>
    24 </table>
    25 </BODY></HTML>

mercurial