adjoining-float-nested-forced-clearance-003.html (1052B)
1 <!DOCTYPE html> 2 <link rel="match" href="../reference/ref-filled-green-100px-square.xht" /> 3 <link rel="help" href="https://www.w3.org/TR/CSS22/visuren.html#flow-control" title="9.5.2 Controlling flow next to floats: the 'clear' property"> 4 <p>Test passes if there is a filled green square and <strong>no red</strong>.</p> 5 <div style="overflow: hidden; width: 100px; background: red; position: relative;"> 6 <div style="float: left; height: 50px; width: 50px; background: green"></div> 7 <div style="height: 40px; background: green;"></div> 8 <div style="margin-top: 15px; clear: both;"> 9 <div style="width: 50px; height: 50px; background: green; float: left;"></div> 10 <div style="margin-top: -10px;"> 11 <span style="display: inline-block; width: 50px; height: 40px; background: green;"></span> 12 </div> 13 <div style="position: absolute; width: 50px; height: 10px; right: 0; top: 40px; background: green;"></div> 14 <div style="position: absolute; width: 50px; height: 10px; right: 0; bottom: 0; background: green;"></div> 15 </div> 16 </div>