Git init
[framework/web/webkit-efl.git] / LayoutTests / fast / replaced / width100percent-menulist.html
1 <html>
2 <head>
3 <style>
4 .test { width: 100%; }
5 </style>
6 </head>
7 <body>
8 The popup buttons below should not overlap.
9
10 <table border="0" cellspacing="1" cellpadding="1" width="100%">
11 <tr>
12 <td nowrap><select class="test"><option>one</option></select></td>
13 <td><select class="test"><option>two</option></select></td>
14 <td><select class="test"><option>three</option></select></td>
15 <td width="100%">&nbsp;</td>
16 </tr>
17 </table>
18
19 </body>
20 </html>