about summary refs log tree commit diff stats
path: root/test/layout/flow-root-margin-collapsing.html
blob: 5091c11fef0e292a868f7993bd33c793776bba1f (plain) (blame)
1
2
3
4
5
6
7
<!DOCTYPE html>
<div style="display: flow-root; background: red; margin-bottom: 1em">
<div style="margin-bottom: 1em">
test
</div>
</div>
test 2