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>
5 span { display:inline-block; width:50px; height:10px; background:yellow; }
6 </style>
7 </head>
8 <body style="width:100px; border:1px solid black;">
9 <span></span>
10 <div style="float:left; width:50px; height:50px; background:green;"></div>
11 </body>
12 </html>