Bug 1731994: part 4) Declare more methods around `ContentPermissionRequestBase` ...
[gecko.git] / layout / reftests / list-item / image-rendering-ref.html
blob6d8a0ff2090af1fbec711336c2a3eaae7f1aba0c
1 <!DOCTYPE HTML>
2 <!--
3 Any copyright is dedicated to the Public Domain.
4 http://creativecommons.org/licenses/publicdomain/
5 -->
6 <html reftest-zoom="2">
7 <head>
8 <meta http-equiv="content-type" content="text/html; charset=UTF-8">
9 <title>reference list-style-image image-rendering</title>
10 <style type="text/css">
11 div {
12 height: 50px;
13 border: 1px solid black;
15 image-rendering: -moz-crisp-edges;
17 </style>
18 </head>
20 <body>
21 <div>
22 <img src=" data:image/gif;base64,R0lGODlhHAAcAMQAAAAAAP///8DP/8bU/8zZ/9Le/9jj/97o/+Tt/Ory9vD48PX96vv/5P//wP//xv//zP//0v//2P//3v///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAABMALAAAAAAcABwAAAWNYCOOZGmeaKquYxSxcGMY8RoJwlujBk7vphsuByz1hr9iQzgkFiHHpkGXekQWCgOhyR0ODAiFhOoodM9oQcExKqffajbJDe+uT/Q67o7Kw/kpfmiAKkxpEjELdQoxCXUHMVFpBTEDXARmXDAOTQQMIgxbQ1QpQgMKciOhOJ8rC6epJq+MNrF9iEq5ug0hADs="
24 </div>
25 </body>
27 </html>