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>
4 <div style="-moz-transform:translate(0.4px); position:absolute; top:0px;">
5 <canvas style="margin-left:0.4px; border:1px solid black; display:block" width="10" height="10" id="c"></canvas>
6 </div>
7 <div style="position:absolute; top:0px; width:12px; height:12px; background:black;"></div>
8 <script>
9 var c = document.getElementById("c");
10 var ctx = c.getContext('2d');
11 ctx.fillStyle = "black";
12 ctx.fillRect(0, 0, c.width, c.height);
13 </script>
14 </body>
15 </html>