tor-browser

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

min-height-separates-margin.html (456B)


      1 <!DOCTYPE html>
      2 <link rel="match" href="../../reference/ref-filled-green-100px-square-only.html">
      3 <link rel="help" href="https://www.w3.org/TR/CSS22/box.html#collapsing-margins">
      4 <p>Test passes if there is a filled green square.</p>
      5 <div style="width:100px; min-height:50px; background: green;">
      6  <div style="width:100px; height:49px; background:green; margin-bottom:10px;"></div>
      7 </div>
      8 <div style="width: 100px; height: 50px; background: green;"></div>