tor-browser

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

flex-minimum-width-flex-items-016.html (678B)


      1 <!DOCTYPE html>
      2 <link rel="author" title="dgrogan@chromium.org" href="mailto:dgrogan@chromium.org" />
      3 <link rel="help" href="https://drafts.csswg.org/css-flexbox/#min-size-auto" />
      4 <link rel="match" href="../reference/ref-filled-green-100px-square-only.html">
      5 <meta name="assert" content="Height of flex item in row flexbox is not ignored when resolving percentages of its descendants to determine content based minimum size suggestion.">
      6 
      7 <p>Test passes if there is a filled green square.</p>
      8 
      9 <div style="display: flex; width: 0px; height: 20px;">
     10  <div style="flex-basis: 50px; height: 100px;">
     11    <img src="support/200x200-green.png" style="height: 100%">
     12  </div>
     13 </div>