haikuwebkit/LayoutTests/fast/layoutformattingcontext/block-only/margin-propagation-simple-c...

8 lines
372 B
HTML

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