tor-browser

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

background-image-ref.html (180B)


      1 <!doctype html>
      2 <title>CSS Test Reference</title>
      3 <style>
      4 div {
      5  width: 10px;
      6  height: 10px;
      7  background-image: image-set(url("/images/pattern.png") 2x);
      8 }
      9 </style>
     10 <div></div>