layout/reftests/table-width/spanning-cell-sort-1-small.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 <title>Testcase to exercise nsSpanningCellSorter</title>
     3 <style type="text/css">
     5 table, td {
     6 	border-spacing: 0;
     7 	padding: 0; margin: 0; border: none;
     8 	empty-cells: show;
     9 }
    11 td { height: 20px; }
    13 </style>
    15 <table>
    16   <tr>
    17     <td style="background-color: yellow"></td>
    18     <td style="background-color: aqua" colspan="3"><div style="width: 300px"></div></td>
    19   </tr>
    20   <tr>
    21     <td style="background-color: blue" colspan="2"><div style="width: 200px"></div></td>
    22     <td style="background-color: fuchsia"></td>
    23     <td style="background-color: maroon"></td>
    24   </tr>
    25 </table>

mercurial