about summary refs log blame commit diff stats
path: root/test/layout/new-bfc-clears-floats.html
blob: ce81c7e188c9387604301eb35ed6ea206411a0ab (plain) (tree)
1
2
3
4
5
6





                                                                            
<div style="float: left">left</div>
<div style="float: right">right</div>
<div style="clear: both"><div style="display: flow-root">testing</div></div>
<div style="float: left">left</div>
<div style="float: right">right</div>
<div style="clear: both; display: flow-root">testing</div>