tor-browser

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

float-017.html (742B)


      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=1506393">
      4 <link rel="match" href="float-017-ref.html">
      5 <p>The numbers from 1 to 10 should be seen below. Each number only once.</p>
      6 <div style="width:20em; columns:4; gap:0; column-fill:auto; height:100px; line-height:20px; orphans:1; widows:1;">
      7  1<br>
      8  <div style="float:right; contain:size; width:100%; height:200px;"></div>
      9  <div style="display:flow-root; width:100%;">
     10    2<br>
     11    3<br>
     12    <div style="float:right; break-inside:avoid; width:10px; height:200px;"></div>
     13    4<br>
     14    5<br>
     15    6<br>
     16    7<br>
     17    8<br>
     18    9<br>
     19    10<br>
     20  </div>
     21 </div>