tor-browser

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

1200611-1.html (290B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>Make sure the ImageLayer is sized correctly when using object-fit</title>
      4 
      5 <style type="text/css">
      6 
      7 img {
      8  object-fit: cover;
      9  width: 256px;
     10  height: 128px;
     11  will-change: transform;
     12 }
     13 
     14 </style>
     15 
     16 <img src="repeatable-diagonal-gradient.png">