haikuwebkit/LayoutTests/fast/layoutformattingcontext/block-only/margin-collapse-when-child-...

12 lines
422 B
HTML

<!DOCTYPE html> <!-- webkit-test-runner [ LayoutFormattingContextEnabled=true LayoutFormattingContextIntegrationEnabled=false ] -->
<html>
<body>
<div style="width: 200px; height: 20px;">
<div style="margin: -10px; padding: 5px; width: 100px; height: 200px;"></div>
</div>
<div style="width: 200px; height: 20px;">
<div style="margin: 10px; border: 5px; width: 100px; height: 200px;"></div>
</div>
</body>
</html>