[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / LayoutTests / fast / forms / input-zero-width.html
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>