about summary refs log blame commit diff stats
path: root/test/layout/margins_float2.html
blob: ca340bf62a077b23940f1623c04eab1c1e0a10a2 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                
<!DOCTYPE html>
<div style="display: inline-block; width: 50ch">
<div>
<div id=empty style="margin-top: 1em">
<div style="float: right">float</div>
</div>
<div id=full style="margin-top: 2em">
test
</div>
</div>
</div>