about summary refs log tree commit diff stats
path: root/test/layout/inline-float-collapsed-child-margin.html
blob: 5df4709b94412e23679d148a0e74755350acca8b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<div style="width: 10ch">
<span>
test
<div style="float: right">
<div style="margin-bottom: 1em">
right
</div>
</div>
</span>
<br>
next next
</div>