layout/tables/crashtests/695430-1.html

Fri, 16 Jan 2015 04:50:19 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 16 Jan 2015 04:50:19 +0100
branch
TOR_BUG_9701
changeset 13
44a2da4a2ab2
permissions
-rw-r--r--

Replace accessor implementation with direct member state manipulation, by
request https://trac.torproject.org/projects/tor/ticket/9701#comment:32

     1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
     2 <html  class="reftest-print">
     3 <style>
     4 div.spacer{height:80px}
     5 td { border: solid 1px blue}
     6 table {border: solid 1px green}
     7 </style>
     8 <body>
    10   <div class="spacer"> </div>
    12     <table>
    13      <tbody>
    14       <tr>
    15        <td height="50" ></td>
    16        <td rowspan="2"><img height="120" width="60"></td>
    17       </tr>
    18       <tr>
    19        <td height="500" width="70"></td>
    20       </tr>
    21      </tbody>
    22     </table>
    23 </body></html>

mercurial