Wed, 31 Dec 2014 13:27:57 +0100
Ignore runtime configuration files generated during quality assurance.
1 <!DOCTYPE HTML>
2 <!--
3 Any copyright is dedicated to the Public Domain.
4 http://creativecommons.org/licenses/publicdomain/
5 -->
6 <html reftest-zoom="5">
7 <head>
8 <title>test background-image-rendering: -moz-crisp-edges</title>
9 <style>
10 html
11 {
12 background-image: url('small.png');
13 image-rendering: -moz-crisp-edges;
14 background-attachment:fixed;
15 background-position: 4px 4px;
16 background-repeat: no-repeat;
17 }
18 </style>
19 </head>
20 <body>
21 </body>
22 </html>