summaryrefslogtreecommitdiffstats
path: root/layout/reftests/image/image-zoom-1-ref.html
blob: 58bd5b8c694e451bf260124dfec7f1ccb358c3d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE HTML>
<!--
    Any copyright is dedicated to the Public Domain.
    http://creativecommons.org/licenses/publicdomain/
    -->
<html>
<head>
<title>reference image-rendering: -moz-crisp-edges</title>
<style>
img { position:absolute;left:20px;top:20px; }
</style>
</head>
<body>
<img width="10" height="10" src="big.png"/>
</body>
</html>