tor-browser

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

background-image-zoom-1.html (579B)


      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 <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no" />
      9 <title>test background-image-rendering: -moz-crisp-edges</title>
     10 <style>
     11 html
     12 { 
     13 background-image: url('small.png');
     14 image-rendering: -moz-crisp-edges;
     15 background-attachment:fixed;
     16 background-position: 4px 4px;
     17 background-repeat: no-repeat;
     18 overflow: hidden;
     19 }
     20 </style>
     21 </head>
     22 <body>
     23 </body>
     24 </html>