tor-browser

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

bg-fixed-transformed-image.html (441B)


      1 <!DOCTYPE html>
      2 <html reftest-async-scroll
      3      reftest-displayport-x="0" reftest-displayport-y="0"
      4      reftest-displayport-w="800" reftest-displayport-h="2000"
      5      reftest-async-scroll-x="0" reftest-async-scroll-y="50">
      6 <style>
      7 
      8 html {
      9  scrollbar-width: none;
     10 }
     11 
     12 body {
     13  margin: 0;
     14 }
     15 
     16 div {
     17  height: 1400px;
     18  background: url(repeatable-diagonal-gradient.png) top left / 512px 512px fixed no-repeat
     19 }
     20 
     21 </style>
     22 
     23 <div></div>
     24 </html>