summaryrefslogtreecommitdiffstats
path: root/layout/reftests/image/image-zoom-2.html
blob: d058dc81f67461812cee5083e7166b6125552e35 (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; opacity:0.9999; }
</style>
</head>
<body>
<img style="image-rendering: -moz-crisp-edges;" width="10" height="10" src="small.png"/>
</body>
</html>