tor-browser

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

multicol-parallel-flow-after-spanner-in-inline.html (510B)


      1 <!DOCTYPE html>
      2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
      3 <link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1417514">
      4 <div style="columns:3; column-fill:auto; height:64px;">
      5  <span>
      6    <div style="column-span:all; height:50px;"></div>
      7    <div style="height:13px; padding-top:1px;">
      8      <div style="columns:2; padding-bottom:5px;">
      9        <div style="contain:size; width:1px; height:20px;"></div>
     10      </div>
     11    </div>
     12  </span>
     13 </div>