about summary refs log tree commit diff stats
path: root/test/layout/bfc-next-to-float.html
blob: 6fe96f6a463d58319040fdadeeb3a8cee5fbb8ee (plain) (blame)
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%; background: red">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>