Bug 1729777 [wpt PR 30405] - Parsing for contain-intrinsic-size: auto <length>, a...
[gecko.git] / testing / web-platform / tests / css / CSS2 / normal-flow / min-height-separates-margin.html
blob1e144921fe34fa2403eac45fced5ea7ffe5561d5
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>