about summary refs log tree commit diff stats
path: root/test/layout/inline-float-breaks-line.html
blob: 2bd74860ea3dd74d0a3d659575b01267f81d757a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<div style="display: flow-root">
test1
<div style="float: left; width: 100%">
test2
</div>
<div style="float: left">
test3
</div>
test4
</div>
<div style="display: flow-root">
test1
<div style="float: left; width: 50%">
test2
</div>
<div style="float: left">
test3
</div>
test4
</div>