Thu, 15 Jan 2015 15:55:04 +0100
Back out 97036ab72558 which inappropriately compared turds to third parties.
1 <!DOCTYPE HTML>
2 <html>
3 <body style="width: 600px; height: 400px;">
4 <div style="position: absolute; left: 0px; top: 0px;
5 width=600px height=600px">
6 <div style="position: absolute; left: 0px; top: 0px;
7 width: 600px; height: 400px;
8 background-color: green;"></div>
9 <div style="position: absolute; left: 300px; top: 400px;
10 width: 100px; height: 100px;
11 background-color: red;"></div>
12 <div style="position: absolute; left: 0px; top: 500px;
13 width: 600px; height: 100px;
14 background-color: yellow;"></div>
15 </div>
16 </body>
17 </html>