summaryrefslogtreecommitdiffstats
path: root/layout/reftests/image/image-zoom-1.html
blob: fa4a79139121de6aaa656dfbfaab6ed86b65d79f (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 reftest-zoom="5">
<head>
<title>test image-rendering: -moz-crisp-edges</title>
<style>
img { position:absolute;left:4px;top:4px; }
</style>
</head>
<body>
<img style="image-rendering: -moz-crisp-edges;" width="10" height="10" src="small.png"/>
</body>
</html>