tor-browser

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

flex-basis-012.html (489B)


      1 <!DOCTYPE html>
      2 <link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1199632">
      3 <link rel="match" href="../reference/ref-filled-green-100px-square.xht">
      4 <p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
      5 <div style="display: flex; flex-direction: column; width: 100px;">
      6  <div style="display: flex; flex-direction: column; height: 100px; background: red;">
      7    <div style="flex-basis: 100%; background: green;"></div>
      8  </div>
      9 </div>