Bug 698590 - Add reftest for zoomed ImageLayer. r=roc

This commit is contained in:
Matt Woodrow 2011-12-05 11:53:38 +13:00
parent 7276ce98e7
commit 262f04cd36
2 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,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>

View File

@ -1,4 +1,5 @@
== background-image-zoom-1.html background-image-zoom-1-ref.html
== background-image-zoom-2.html about:blank
== image-zoom-1.html image-zoom-1-ref.html
== image-zoom-2.html image-zoom-1-ref.html
== invalid-url-image-1.html invalid-url-image-1-ref.html