layout/reftests/bugs/271747-1-ref.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><head>
     2 <title>Bug 271747 – Width in table cells in bottom row sometimes ignored</title>
     3 <style>
     4 td{background-color:green;}
     5 tr{height:100px;}
     6 </style>
     7 </head>
     8 <body>
     9 <table cellpadding="0"><tbody>
    10 <tr>
    11    <td></td>
    12    <td>
    14    </td>
    15 </tr>
    16 <tr>
    17    <td width="100"></td>
    18    <td width="500"></td>
    19 </tr>
    20 </tbody></table>
    21 </body></html>

mercurial