Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / input-zero-width.html
blob5d30fada15284dfb6114feb18d4f13de12da6e28
1 <html>
2 <body>
3 <table cellspacing="0" cellpadding="0" style="border-spacing: 0;">
4 <tr style="background-color: green;">
5 <td width="50px" height="20px"/>
6 <td style="background-color: red;">
7 <div>
8 <!-- The zero-width input should not be visible -->
9 <input style="width: 0px; height: 0px; outline: none; border: 0; padding: 0;"/>
10 </div>
11 </td>
12 <td width="50px"/>
13 </tr>
14 </table>
15 </body>
16 </html>