tor-browser

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

block-in-inline-with-spanner-in-overflowed-parent.html (453B)


      1 <!DOCTYPE html>
      2 <title>Overflowed block with spanner</title>
      3 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
      4 <link rel="help" href="https://issues.chromium.org/issues/364933065">
      5 <div style="columns:2; column-fill:auto; height:100px; line-height:50px;">
      6  <span>
      7    <div style="height:100px;">
      8      <div style="height:150px;"></div>
      9      <div style="column-span:all; height:20px;"></div>
     10    </div>
     11  </span>
     12 </div>