1 <!DOCTYPE html PUBLIC
"-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
6 <title>CSS Test: Margin collapsing - margins of a 'collapsed through' box without clearance can collapse with parent block's bottom margin
</title>
8 <link rel=
"help" href=
"http://www.w3.org/TR/CSS21/box.html#collapsing-margins">
9 <link rel=
"author" title=
"GĂ©rard Talbot" href=
"http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
10 <link rel=
"author" title=
"Daniel Schattenkirchner" href=
"crazy-daniel{at}gmx.de">
11 <link rel=
"match" href=
"margin-collapse-clear-016-ref.htm">
13 <meta content=
"An element that does not have clearance applied to it can collapse its top margin with its parent block's bottom margin. Margins of a 'collapsed through' box without clearance applied to it can collapse with its parent block's bottom margin. An element with clear set to it (to other than 'none') can only create a clearance if and when there is a preceding floated block." name=
"assert">
14 <meta content=
"" name=
"flags">
16 <style type=
"text/css">
19 background-color: white
;
24 background-color: red
;
30 background-color: green
;
34 #element-without-clearance-applied
45 <p>Test passes if there is a wide filled green rectangle and
<strong>no red
</strong>.
</p>
47 <div id=
"parent-block">
48 <div id=
"sibling"></div>
49 <div id=
"element-without-clearance-applied"></div>
53 #element-without-clearance-applied's margin-top collapses
54 with #parent-block's margin-bottom: the resulting margin-bottom
55 then collapses with the adjoining white body's margin-bottom