No Bug, mozilla-central repo-update HSTS HPKP remote-settings mobile-experiments...
[gecko.git] / layout / tables / crashtests / 695430-1.html
blobc6e398491f31a06b47971aeffd9d2ffc317ff2b3
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2 <html class="reftest-paged">
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>