tor-browser

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

background-image.html (348B)


      1 <!doctype html>
      2 <title>Zoom affects background-image intrinsic sizes</title>
      3 <link rel="help" href="https://drafts.csswg.org/css-viewport/#zoom-property">
      4 <link rel="match" href="background-image-ref.html">
      5 <style>
      6 div {
      7  width: 20px;
      8  height: 20px;
      9  zoom: 0.5;
     10  background-image: url("/images/pattern.png"); /* 20x20 */
     11 }
     12 </style>
     13 <div></div>