Thu, 15 Jan 2015 15:55:04 +0100
Back out 97036ab72558 which inappropriately compared turds to third parties.
1 <!DOCTYPE HTML>
2 <style>
3 body {
4 background-color:black;
5 }
6 div {
7 transform: scale(0.3);
8 transform-origin: 0 0;
9 }
10 </style>
11 <div>
12 <!-- Test that drawing of nonuniform images is snapped -->
13 <!-- This is a 2x2 image where the top row is white and the bottom row is transpraent -->
14 <img style="width:256px; height:256px"
15 src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAADklEQVQImWP4DwUMMAAAa6YH+b3nj3MAAAAASUVORK5CYII="
16 ><img style="width:256px; height:256px"
17 src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAADklEQVQImWP4DwUMMAAAa6YH+b3nj3MAAAAASUVORK5CYII=">
18 </div>