Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla / bugs / bug14929.html
blob8181ca4ccb4b5124a96130e574b9afec20b8d339
1 <html>
3 <head>
4 <title>testcase for bug14929</title>
5 </head>
7 <body>
9 The simplified original testcase<p>
10 <table border="1" width="640">
11 <tr>
12 <td colspan="2"><img src="../images/mozilla-banner.gif"></td>
13 </tr>
14 <tr>
15 <td width="20%">MC&nbsp;Visa</td>
16 <td width="80%">SLmail</td>
17 </tr>
18 </table>
19 <hr width="128" align="left">
21 The simplified original testcase with image size reduced to190px<p>
22 <table border="1" width="640">
23 <tr>
24 <td colspan="2"><img src="../images/mozilla-banner.gif" width="190"></td>
25 </tr>
26 <tr>
27 <td width="20%">MC&nbsp;Visa</td>
28 <td width="80%">SLmail</td>
29 </tr>
30 </table>
31 <hr width="128" align="left">
33 Testcase without image<p>
34 <table border="1" width="640">
35 <tr>
36 <td colspan="2">text text text text text text text text text text text text text text text text text text text text text text text text text text text text text </td>
37 </tr>
38 <tr>
39 <td width="20%">MC&nbsp;Visa</td>
40 <td width="80%">SLmail</td>
41 </tr>
42 </table>
43 <hr width="128" align="left">
46 </body>
48 </html>