1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/image/background-image-zoom-1.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,22 @@ 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 reftest-zoom="5"> 1.10 +<head> 1.11 +<title>test background-image-rendering: -moz-crisp-edges</title> 1.12 +<style> 1.13 +html 1.14 +{ 1.15 +background-image: url('small.png'); 1.16 +image-rendering: -moz-crisp-edges; 1.17 +background-attachment:fixed; 1.18 +background-position: 4px 4px; 1.19 +background-repeat: no-repeat; 1.20 +} 1.21 +</style> 1.22 +</head> 1.23 +<body> 1.24 +</body> 1.25 +</html>