tor-browser

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

multicol-zero-height-002-ref.html (548B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Multi-column Reference: Test an unbreakble block element in a zero height multi-column container</title>
      4 <link rel="author" title="Ting-Yu Lin" href="mailto:tlin@mozilla.com">
      5 <link rel="author" title="Mozilla" href="https://www.mozilla.org/">
      6 <link rel="stylesheet" href="/fonts/ahem.css">
      7 
      8 <style>
      9 .child {
     10  font: 100px/1 Ahem;
     11  color: green;
     12  inline-size: 100px;
     13  outline: 3px solid green;
     14 }
     15 </style>
     16 
     17 <p>There shouldn't be a green strip in the second column.</p>
     18 <div class="child">X</div>