tor-browser

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

line-after-unbreakable-float-after-padding.html (575B)


      1 <!DOCTYPE html>
      2 <link rel="author" title="Morten Stenshorne" href="mstensho@chromium.org">
      3 <link rel="help" href="https://www.w3.org/TR/css-break-3/#unforced-breaks">
      4 <link rel="match" href="line-after-unbreakable-float-after-padding-ref.html">
      5 <p>The word "PASS" should be seen below.</p>
      6 <div style="columns:3; column-gap:0; column-fill:auto; font-family:monospace; line-height:50px; width:6ch; height:101px; orphans:1; widows:1;">
      7  <div style="padding-top:100px;">
      8    <div style="float:left; break-inside:avoid; width:100%; height:75px;">PA</div>
      9    SS
     10  </div>
     11 </div>