tenfourfox/layout/reftests/image/image-seam-2.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

19 lines
639 B
HTML

<!DOCTYPE HTML>
<style>
body {
background-color:black;
}
div {
transform: scale(0.3);
transform-origin: 0 0;
}
</style>
<div>
<!-- Test that drawing of nonuniform images is snapped -->
<!-- This is a 2x2 image where the top row is white and the bottom row is transpraent -->
<img style="width:256px; height:256px"
src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAADklEQVQImWP4DwUMMAAAa6YH+b3nj3MAAAAASUVORK5CYII="
><img style="width:256px; height:256px"
src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAADklEQVQImWP4DwUMMAAAa6YH+b3nj3MAAAAASUVORK5CYII=">
</div>