Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla / bugs / bug58402-1.html
blob0b830617a52887268ccb038aa8fe7ba0a1fe972a
1 <html>
2 <body>
3 <table height="100%" cellspacing="0" cellpadding="0" border="1">
4 <tr>
5 <td>Table cell without height restriction</td>
6 </tr><tr>
7 <td valign="middle" height=5 border=1>
8 This table cell should be 5 pixels high
9 </td>
10 </tr>
11 </table>
12 </body>
13 </html>