tor-browser

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

multicol-table-caption-parallel-flow-after-spanner-in-inline.html (562B)


      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:2; column-fill:auto; height:100px;">
      5  <span>
      6    <div style="column-span:all; height:86px;"></div>
      7    <div style="height:13px; padding-top:1px;">
      8      <table style="padding-bottom:3px;">
      9        <caption style="columns:2;">
     10          <div style="contain:size; width:1px; height:20px;"></div>
     11        </caption>
     12      </table>
     13    </div>
     14  </span>
     15 </div>