Sign in
webkit
/
WebKit
/
5969b6f1f74632b1546edb27bd956b187c2c3d52
/
.
/
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>