1 <!DOCTYPE html PUBLIC
"-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
6 <title>CSS Test: Margin collapsing with clearance - margins of a 'collapsed through' box with clearance do not collapse with parent block's bottom margin
</title>
8 <style type=
"text/css">
12 background-color: lime
;
13 border-top: black solid
2px;
19 background-color: yellow
;
30 <p>Test passes if there is a yellow rectangle below the lime rectangle.
</p>
32 <div id=
"parent-red"></div>
33 <div id=
"parent-lime"></div>