layout/reftests/bugs/364989-1.html

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

Revert simplistic fix pending revisit of Mozilla integration attempt.

     1 <html>
     2 <body>
     3 <table cellpadding="0" cellspacing="0">
     4  <tr>
     5   <td>
     6    <table style="table-layout: fixed;" cellpadding="0" cellspacing="0">
     7     <tr>
     8      <td style="background: lightgreen;">a</td>
     9     </tr>
    10    </table>
    11   </td>
    12   <td>
    13    <table style="table-layout: fixed;" cellpadding="0" cellspacing="0">
    14     <tr>
    15      <td style="background: lightblue;">b</td>
    16     </tr>
    17    </table>
    18   </td>
    19  </tr>
    20 </table>
    21 </body>
    22 </html>

mercurial