Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / replaced / width100percent-checkbox.html
blob14a34f56469cad9712396280f1e418edb607d6b4
1 <html>
2 <head>
3 <style>
4 .test { width: 100%; }
5 </style>
6 </head>
7 <body>
9 The following sets of buttons should not overlap.
10 <table border="0" cellspacing="1" cellpadding="1" width="100%">
11 <tr>
12 <td nowrap><input type="checkbox" value="New Mail" class="test"></td>
13 <td><input type="checkbox" value="Reply" class="test"></td>
14 <td><input type="checkbox" value="Reply All" class="test"></td>
15 <td width="100%">&nbsp;</td>
16 </tr>
17 </table>
19 </body>
20 </html>