tor-browser

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

position-absolute-fit-content.html (654B)


      1 <!DOCTYPE html>
      2 <link rel="help" href="https://github.com/w3c/csswg-drafts/issues/3973">
      3 <link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1135207">
      4 <link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1232439">
      5 <link rel="match" href="../reference/ref-filled-green-100px-square.xht">
      6 <p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
      7 <div style="position: relative; width: 100px; height: 200px;">
      8  <div style="position: absolute; top: 0; bottom: 0; left: 0; right: 0; max-height: fit-content; background: green;">
      9    <div style="height: 100px;"></div>
     10  </div>
     11 </div>