about summary refs log tree commit diff stats
path: root/test/layout/cleared-float-with-text-on-same-line-box.html
blob: b7b287ccaf2b56c2abc9dd148182711e98ebe6b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<div style="width: 40ch">
<div style="float: left; clear: both">float</div>
<div style="float: left; clear: left">float</div>
<div style="float: left">float</div>
test test test
<div style="float: right">float</div>
<div style="float: left; clear: left">float</div>
test test
</div>