max-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; max-height:50px; background: green;"> 6 <div style="width:100px; height:51px; background:green; margin-bottom:10px;"></div> 7 </div> 8 <div style="width: 100px; height: 50px; background: green;"></div>