tor-browser

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

balance-break-avoidance-002.html (612B)


      1 <!DOCTYPE html>
      2 <link rel="help" href="https://www.w3.org/TR/css-multicol-1/#filling-columns">
      3 <link rel="help" href="https://www.w3.org/TR/css-break-3/#break-between">
      4 <link rel="help" href="https://www.w3.org/TR/css-break-3/#break-within">
      5 <link rel="match" href="../reference/ref-filled-green-100px-square-only.html">
      6 <p>Test passes if there is a filled green square.</p>
      7 <div style="width:100px; columns:2; column-gap:0; background:green;">
      8  <div style="height:25px;"></div>
      9  <div style="height:50px;"></div>
     10  <div style="height:25px; break-before:avoid;"></div>
     11  <div style="height:50px;"></div>
     12 </div>