tor-browser

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

intrinsic-percent-replaced-011.html (858B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>Percentage size abspos box in a containing block that has padding</title>
      4 <link rel=help href="https://drafts.csswg.org/css-sizing-3/#intrinsic-sizes">
      5 <link rel=help href="https://bugzilla.mozilla.org/show_bug.cgi?id=1691374">
      6 <link rel=author href="mailto:emilio@crisal.io" title="Emilio Cobos Álvarez">
      7 <link rel=author href="https://mozilla.org" title="Mozilla">
      8 <link rel=match href="intrinsic-percent-replaced-011-ref.html">
      9 <style>
     10  :root { writing-mode: vertical-lr; }
     11 </style>
     12 <div style="position: relative; padding-left: 100px; width: 0;">
     13  <div style="position: absolute; top: 0; left: 0; height: 100%; width: 100%;">
     14    <div style="display: inline-block; width: 100%;">
     15      <img
     16        style="width: 100%; max-height: 100%;"
     17        src="/images/green-100x50.png">
     18    </div>
     19  </div>
     20 </div>