haikuwebkit/LayoutTests/fast/layoutformattingcontext/block-only/margin-collapse-with-block-...

10 lines
381 B
HTML

<!DOCTYPE html> <!-- webkit-test-runner [ LayoutFormattingContextEnabled=true LayoutFormattingContextIntegrationEnabled=false ] -->
<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>