Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla / bugs / bug42187.html
blob9a8bac5755db5dd2b669f09031f3e204d2ad0c6e
1 <HTML>
2 <HEAD><TITLE>Testcase for bug 42187 reduced</TITLE>
3 </HEAD>
4 <BODY>
5 <H4>Try resizing the window horizantally - the red cell should be 195 pixels at all times.</H4>
8 <table border="1" cellpadding="0" cellspacing="0" bgcolor=yellow>
9 <tr>
10 <td width="200"> </td>
11 <td width="100"></td>
12 <td>xxxxxxxxxxxx</td>
13 </tr>
14 <tr>
15 <td width="200"> &nbsp;</td>
16 <td colspan="2" valign="top" width="180" bgcolor=red>
19 Now you can vote forTLJ as game of the year
20 at Game Rankings.
21 </td>
22 </tr>
23 </table>
24 <hr width="202" align="left">
25 <hr width="383" align="left">
27 200*150 =3000twips
28 100*150=1500twips
29 180*150=1200twips
30 sum: 5700 twips
31 </BODY>
32 </HTML>