chromium/third_party/blink/web_tests/tables/mozilla/bugs/bug42187.html

<HTML>
<HEAD><TITLE>Testcase for bug 42187 reduced</TITLE>
</HEAD>
<BODY>
<H4>Try resizing the window horizantally - the red cell should be 195 pixels at all times.</H4>


 <table border="1" cellpadding="0" cellspacing="0" bgcolor=yellow>
        <tr> 
          <td width="200"> </td>
          <td width="100"></td>
          <td>xxxxxxxxxxxx</td>
        </tr>
        <tr> 
          <td width="200"> &nbsp;</td>
          <td colspan="2" valign="top" width="180" bgcolor=red> 
            
              
              Now you can vote forTLJ as game of the year
              at Game Rankings.
            </td>
        </tr>
      </table>
<hr width="202" align="left">
<hr width="383" align="left">

200*150 =3000twips
100*150=1500twips
180*150=1200twips
sum: 5700 twips
</BODY>
</HTML>