contain-inline-size-bfc-floats-001-ref.html (531B)
1 <!doctype html> 2 <title>CSS Test Reference</title> 3 <p>You should see a wide orange rectangle to the left of the third float, overlapping the float.</p> 4 <div style="width:400px;position:relative"> 5 <div style="float:right;width:200px;height:100px;background:blue"></div> 6 <div style="float:left;width:250px;height:100px;background:blue"></div> 7 <div style="float:right;width:300px;height:100px;background:blue"></div> 8 <div style="position:absolute;left:0;top:200px;width:200px;height:20px;background-color:orange"></div> 9 </div>