tor-browser

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

section-with-overflow-001.html (979B)


      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/#parallel-flows">
      4 <link rel="match" href="../../reference/ref-filled-green-100px-square.xht">
      5 <p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
      6 <div style="columns:2; column-gap:0; column-fill:auto; width:100px; height:100px; background:red;">
      7  <div style="display:table; width:100%;">
      8    <div style="display:table-footer-group;">
      9      <div style="display:table-cell; vertical-align:top;">
     10        <div style="height:30px; background:green;"></div>
     11      </div>
     12    </div>
     13    <div style="display:table-row-group;">
     14      <div style="display:table-cell; vertical-align:top;">
     15        <div style="height:40px; background:green;">
     16          <div style="height:70px;"></div>
     17          <div style="height:130px; background:green;"></div>
     18        </div>
     19      </div>
     20    </div>
     21  </div>
     22 </div>