tor-browser

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

grid-within-flexbox-indefinite.html (514B)


      1 <!DOCTYPE html>
      2 <link rel="help" href="https://github.com/w3c/csswg-drafts/issues/4852">
      3 <link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1055258">
      4 <link rel="match" href="../reference/ref-filled-green-100px-square-only.html">
      5 <p>Test passes if there is a filled green square.</p>
      6 <div style="display: flex; flex-direction: column; min-height: 100px; width: 100px;">
      7  <div style="display: grid; flex: 1; background: red;">
      8    <div style="background: green;"></div>
      9  </div>
     10 </div>