tor-browser

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

image-object-position-with-background-2-ref.html (541B)


      1 <!DOCTYPE html>
      2 <!--
      3     Any copyright is dedicated to the Public Domain.
      4     http://creativecommons.org/publicdomain/zero/1.0/
      5 -->
      6 <html class="reftest-paged">
      7  <head>
      8    <meta charset="utf-8">
      9    <style type="text/css">
     10      img.test {
     11        background: salmon;
     12        padding-left: 10px;
     13        padding-top: 20px;
     14        width: 22px;
     15        height: calc(5in - 20px);
     16        display: block; /* Required for fragmentation */
     17      }
     18    </style>
     19  </head>
     20  <body>
     21    <img class="test" src="blue-32x32.png">
     22  </body>
     23 </html>