tor-browser

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

img-fuzzy-zoomOut-1.html (531B)


      1 <!DOCTYPE html>
      2 <!-- Any copyright is dedicated to the Public Domain.
      3   - http://creativecommons.org/publicdomain/zero/1.0/ -->
      4 <html reftest-zoom="0.5">
      5 <head>
      6  <style>
      7    body {
      8      margin:  0px;
      9      padding: 0px;
     10      border:  0px;
     11    }
     12    div {
     13      background: url('circle-large.svg');
     14      background-size: 40px 40px;
     15      background-repeat: repeat;
     16      margin:  0px;
     17      padding: 0px;
     18      border:  0px;
     19      width:  80px;
     20      height: 80px;
     21    }
     22  </style>
     23 </head>
     24 <body>
     25  <div></div>
     26 </body>
     27 </html>