layout/reftests/bugs/223809-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>
     2   <body>
     3     <table width="100%" height="100%" cellpadding="0" cellspacing="0">
     4       <tr>
     5         <td rowspan="2" bgcolor="red" width="50" height="100%">Ajax</td>
     6         <td width="50">PSV</td>
     7         <td bgcolor="yellow" width="100%">Feyenoord</td>
     8       </tr>
     9       <tr><td colspan="2" bgcolor="gray" height="100%">
    10           <table width="100%" height="100%">
    11             <tr><td height="100%" bgcolor="pink">This
    12                 one</td></tr>
    13           </table>
    14       </td></tr>
    15     </table>
    16   </body>
    17 </html>

mercurial