tor-browser

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

overflow-img-object-position.html (550B)


      1 <!doctype html>
      2 <meta charset="utf-8">
      3 <title>Verifies overflow applies to img elements with object-position</title>
      4 <link rel="help" href="https://drafts.csswg.org/css-overflow/#propdef-overflow">
      5 <link rel="author" title="Khushal Sagar" href="mailto:khushalsagar@chromium.org">
      6 <link rel="match" href="overflow-img-object-position-ref.html">
      7 <style>
      8  .default {
      9    object-fit: none;
     10    overflow: visible;
     11    object-position: 25px 50px;
     12  }
     13 </style>
     14 <body>
     15 <img class=default src="../css-images/support/exif-orientation-6-ru.jpg"></img>
     16 </body>