inline-size-bfc-floats-ref.html (449B)
1 <!doctype html> 2 <title>CSS Test Reference</title> 3 <p>You should see the text "no red" to the left of the third float and no red.</p> 4 <div style="width:400px"> 5 <div style="float:right;width:200px;height:150px;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="height:200px;display:flow-root">No red</div> 9 </div>