tor-browser

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

specified-block-size-007.html (722B)


      1 <!DOCTYPE html>
      2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
      3 <link rel="help" href="https://www.w3.org/TR/css-break-3/">
      4 <link rel="match" href="specified-block-size-007-ref.html">
      5 <p>There should be four columns. The first one should be yellow, the three
      6  others should be cyan. No red should be seen.</p>
      7 <div style="columns:4; gap:10px; column-fill:auto; width:130px; height:100px;">
      8  <div style="display:table; height:400px; width:100%; background:red;">
      9    <div style="display:table-row; background:yellow;">
     10      <div style="height:1px;"></div>
     11    </div>
     12    <div style="display:table-row; background:cyan;">
     13      <div style="height:3px;"></div>
     14    </div>
     15  </div>
     16 </div>