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;
20 background-color: blue
;
32 <p>Test passes if the lime rectangle is the same height as the blue square.
</p>
35 <div id=
"parent-lime">
36 <div id=
"float-left-blue"></div>