tor-browser

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

single-line-column-flex-fragmentation-071.html (575B)


      1 <!DOCTYPE html>
      2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
      3 <link rel="help" href="https://issues.chromium.org/issues/359296620">
      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="columns:2; column-fill:auto; gap:0; width:100px; height:100px;">
      7  <div style="display:flex; flex-direction:column;">
      8    <div style="height:40px; background:green;"></div>
      9    <div style="height:120px; padding:20px; background:green;"></div>
     10  </div>
     11 </div>