tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

image-rendering-ref.html (934B)


      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;
     14 
     15        image-rendering: -moz-crisp-edges;
     16      }
     17    </style>
     18  </head>
     19 
     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="
     23      >
     24    </div>
     25  </body>
     26 
     27 </html>