tor-browser

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

overflow-img-scroll-replaced-ref.html (553B)


      1 <!doctype html>
      2 <meta charset="utf-8">
      3 <title>Verifies overflow:scroll on a replaced element clips to content box but doesn't generate scrollbars</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 <style>
      7  img {
      8    padding: 10px;
      9    background: grey;
     10    object-fit: none;
     11    width: 50px;
     12    height: 50px;
     13    object-position: 0% 0%;
     14  }
     15 </style>
     16 <body>
     17 <img src="../css-images/support/exif-orientation-6-ru.jpg"></img>
     18 </body>