about summary refs log tree commit diff stats
path: root/test/layout/float-exclusion-after-outer-block-in-inline.html
blob: f3f2fc7d6bde87f1e8d8d92729a63562757a876c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<span>
<div>
block
</div>
inline 1
<div style="float: left">
float
</div>
inline 2
</span>