Sign in
webkit
/
WebKit
/
5bd663b95d2fa0048c9b51d7e90d3c09992ceb28
/
.
/
LayoutTests
/
fast
/
block
/
block-only
/
margin-collapse-with-block-formatting-context.html
blob: d2ebcde7e05f2875a21298723f647ae044850b74 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<body>
<div
style
=
"
overflow
:
hidden
;
width
:
20px
;
height
:
auto
;
"
>
<div
style
=
"
margin-bottom
:
20px
;
width
:
20px
;
height
:
50px
;
"
></div>
</div>
<div
style
=
"
margin-top
:
10px
;
width
:
20px
;
height
:
10px
;
"
></div>
</body>
</html>