tor-browser

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

fragmented-autowidth-fc-root-beside-floats.html (700B)


      1 <!DOCTYPE html>
      2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
      3 <link rel="help" href="https://www.w3.org/TR/css-break-3/#varying-size-boxes">
      4 <link rel="match" href="fragmented-autowidth-fc-root-beside-floats-ref.html">
      5 <p>There should be (from left to right) a hotpink square, a thin hotpink
      6  rectangle, then a wider hotpink rectangle.</p>
      7 <div style="columns:3; column-gap:10px; column-fill:auto; width:620px; height:100px;">
      8  <div style="float:right; width:100px; height:60px;"></div>
      9  <div style="clear:both; float:right; break-inside:avoid; width:190px; height:60px;"></div>
     10  <div style="display:flow-root; height:300px; background:hotpink;"></div>
     11 </div>