Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla / bugs / bug11944.html
blob710bb09489aa55c2bc171ecafdf13f9f2bbc8e11
1 <html>
2 <body bgcolor=#c0c0c0>
3 <table border=20 cellspacing=10 height=150>
4 <tr>
5 <td>cell content</td>
6 </tr>
7 </table>
9 <p>The following two tables demostrates the bug with TD and TABLE both having height specified.</p>
11 <table border=20 cellspacing=10 height=210>
12 <tr>
13 <td height=150>height=210 (150+2*10+2*20)</td>
14 </tr>
15 </table>
17 <table border=20 cellspacing=10 height=211>
18 <tr>
19 <td height=150>height=211 (150+2*10+2*20+1)</td>
20 </tr>
21 </table>
22 </body>
23 </html>