about summary refs log tree commit diff stats
path: root/test/layout/inline-float-before-and-after-clear.html
blob: b4e56054361dab952bda0f7e9a17340e2569baac (plain) (blame)
1
2
3
4
5
6
<!DOCTYPE html>
<span>inline</span>
<div style="float: left">left</div>
<div style="clear: both">clear</div>
<div style="color: red">block</div>
<div style="float: left">float</div>