layout/reftests/table-bordercollapse/bc_dyn_cell4_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.01//EN">
     2 <head><title>border collapse dynamic change to colspan cell style</title>
     3 <style>
     4 td { border: 10px green outset;}
     5 table {margin: 30px}
     6 </style>
     7 </head>
     8 <body>
     9 <table style="border-collapse:collapse">
    10  <tr><td>c11</td><td>c12</td><td>c13</td></tr>
    11  <tr><td style="border-style:solid;" colspan="3">c21</td></tr>
    12  <tr><td>c31</td><td>c32</td><td>c33</td></tr>
    13 </table>

mercurial