about summary refs log tree commit diff stats
path: root/test/layout/margins_float2_1.html
blob: 57920421757994ec6c498f5def0f3cc0f365a442 (plain) (blame)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<div style="display: inline-block; width: 50ch">
<div id=empty style="margin-top: 1em">
<div style="float: right">float</div>
</div>
<div id=full style="margin-top: 2em">
test
</div>
</div>