tor-browser

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

nested-floated-shape-outside-multicol-with-monolithic-child-crash.html (453B)


      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=1278880">
      4 <div style="columns:2; column-fill:auto; height:100px;">
      5  <div style="height:50px;"></div>
      6  <div style="shape-outside:margin-box circle(10px); float:right; columns:2; column-fill:auto; width:100%;">
      7    <div style="contain:size; height:80px;"></div>
      8  </div>
      9 </div>