tor-browser

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

multicol-overflow-clip-auto-sized.html (538B)


      1 <!DOCTYPE html>
      2 <title>CSS Multi-column Layout Test: multicol with overflow-clipped content</title>
      3 <link rel="help" href="https://www.w3.org/TR/css-multicol-1/">
      4 <link rel="help" href="https://drafts.csswg.org/css-break/#possible-breaks">
      5 <link rel="match" href="multicol-overflow-clip-auto-sized-ref.html">
      6 <meta name="assert" content="Overflow clip sized to content should not clip even under multicol.">
      7 <div style="columns: 2">
      8  <div>Column1</div>
      9  <div style="overflow: hidden; padding: 2px">Column2<br>Column2 line2</div>
     10 </div>