tor-browser

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

table-caption-in-clipped-overflow.html (399B)


      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=1459623">
      4 <div style="columns:3; column-fill:auto; height:100px;">
      5  <div style="overflow:clip;">
      6    <div style="display:table-caption; max-height:190px;">
      7      <div style="height:230px;"></div>
      8    </div>
      9  </div>
     10 </div>