layout/reftests/image/image-seam-2.html

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

michael@0 1 <!DOCTYPE HTML>
michael@0 2 <style>
michael@0 3 body {
michael@0 4 background-color:black;
michael@0 5 }
michael@0 6 div {
michael@0 7 transform: scale(0.3);
michael@0 8 transform-origin: 0 0;
michael@0 9 }
michael@0 10 </style>
michael@0 11 <div>
michael@0 12 <!-- Test that drawing of nonuniform images is snapped -->
michael@0 13 <!-- This is a 2x2 image where the top row is white and the bottom row is transpraent -->
michael@0 14 <img style="width:256px; height:256px"
michael@0 15 src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAADklEQVQImWP4DwUMMAAAa6YH+b3nj3MAAAAASUVORK5CYII="
michael@0 16 ><img style="width:256px; height:256px"
michael@0 17 src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAADklEQVQImWP4DwUMMAAAa6YH+b3nj3MAAAAASUVORK5CYII=">
michael@0 18 </div>

mercurial