tor-browser

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

multicol-break-before-crash.https.html (375B)


      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-layout-api-1/#breaking-and-fragmentation">
      4 <div style="columns:3; column-fill:auto; height:100px;">
      5  <div style="height:1px;"></div>
      6  <div style="display:layout(child-layout); break-before:column; height:200px;"></div>
      7 </div>