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
1px;
19 background-color: blue
;
38 <p>Test passes if the lime rectangle is the same height as the blue square.
</p>
41 <div id=
"parent-lime">
42 <div id=
"float-left-blue"></div>
43 <div id=
"clear-left"></div>