tor-browser

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

fit-content-with-spanner-and-auto-scrollbar-sibling.html (425B)


      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=1308960">
      4 <div style="columns:2; width:100px;">
      5  <div style="width:min-content;">
      6    <div style="column-span:all;"></div>
      7    <div style="height:50px; overflow:auto;">
      8      <div style="width:100px; height:100px;"></div>
      9    </div>
     10  </div>
     11 </div>