1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/image/image-zoom-1-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,16 @@ 1.4 +<!DOCTYPE HTML> 1.5 +<!-- 1.6 + Any copyright is dedicated to the Public Domain. 1.7 + http://creativecommons.org/licenses/publicdomain/ 1.8 + --> 1.9 +<html> 1.10 +<head> 1.11 +<title>reference image-rendering: -moz-crisp-edges</title> 1.12 +<style> 1.13 +img { position:absolute;left:20px;top:20px; } 1.14 +</style> 1.15 +</head> 1.16 +<body> 1.17 +<img width="10" height="10" src="big.png"/> 1.18 +</body> 1.19 +</html>