tor-browser

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

object-view-box-rect-auto-ref.html (274B)


      1 <!DOCTYPE html>
      2 <html>
      3 <title>CSS object-view-box on an element with rect() auto : ref</title>
      4 <link rel="author" href="mailto:khushalsagar@chromium.org">
      5 
      6 <style>
      7 .default {
      8  object-fit: fill;
      9 }
     10 </style>
     11 <img class="default" src="support/exif-orientation-6-ru.jpg"></img>