no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / bugs / 240029-1.html
blob7fd60ee9f179077680cd918cb29f557ed2bc53aa
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style type="text/css">
5 body {
6 font-size: 10px;
8 .float {
9 width: 100%;
10 float: left;
11 height: 10px;
12 padding-bottom: 10px;
14 </style>
15 </head>
16 <body>
17 <div class="float"></div>
18 <br>
19 <table cellpadding="0" cellspacing="0">
20 <tr>
21 <td>should_be_at_left_edge</td>
22 </tr>
23 </table>
24 </body>
25 </html>