Thu, 15 Jan 2015 15:55:04 +0100
Back out 97036ab72558 which inappropriately compared turds to third parties.
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style type="text/css">
5 body {
6 font-size: 10px;
7 }
8 .float {
9 width: 100%;
10 float: left;
11 height: 10px;
12 padding-bottom: 10px;
13 }
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>