tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

271747-1-ref.html (360B)


      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>
     13   
     14   </td>
     15 </tr>
     16 <tr>
     17   <td width="100"></td>
     18   <td width="500"></td>
     19 </tr>
     20 </tbody></table>
     21 </body></html>