tor-browser

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

multicol-dynamic-change-inside-break-inside-avoid-001-ref.html (337B)


      1 <!doctype html>
      2 <title>CSS Test reference</title>
      3 <style>
      4  input { -moz-appearance: none; -webkit-appearance: none; appearance: none; }
      5 </style>
      6 <div style="column-count: 2">
      7  a<br>
      8  <input>
      9 
     10  <div style="page-break-inside: avoid; break-inside: avoid;">
     11    b
     12    <div><input id="editme" value="Am I clipped?"></div>
     13  </div>
     14 </div>