about summary refs log blame commit diff stats
path: root/test/layout/bfc-next-to-float.html
blob: cc03fb63e1c6ce8a2959a7709c2a50cdf8a76f01 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16















                                                                                                                                              
<!DOCTYPE html>
<div style="float: left">
first
</div>
<div style="display: flow-root">
<div style="width: 100%">second</div> second second second second second second second second second second second second second second second
</div>
<div style="display: flow-root">
third
</div>
<div style="float: left">
fourth
</div>
<div style="display: flow-root">
fifth
</div>