tor-browser

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

remove-spanner-in-table-caption-nested-multicol.html (598B)


      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=1379635">
      4 <div style="columns:1;">
      5  <div style="columns:2; display:table-caption;">
      6    <div style="width:10px;">
      7      <div style="height:100px;">
      8        <div style="height:1px;"></div>
      9        <div style="break-before:column;"></div>
     10      </div>
     11      <div id="e52" style="overflow:hidden; column-span:all;"></div>
     12    </div>
     13  </div>
     14 </div>
     15 <script>
     16  document.body.offsetTop;
     17  e52.style.display = "none";
     18 </script>