Bumping manifests a=b2g-bump
[gecko.git] / layout / reftests / bugs / 240029-1-ref.html
blobdc5ca019e02f8954a3a6d1f738f975adbad5cb69
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 table {
15 clear: left;
17 </style>
18 </head>
19 <body>
20 <div class="float"></div>
21 <br>
22 <table cellpadding="0" cellspacing="0">
23 <tr>
24 <td>should_be_at_left_edge</td>
25 </tr>
26 </table>
27 </body>
28 </html>