haikuwebkit/LayoutTests/fast/layoutformattingcontext/block-only/collapsed-margin-with-min-h...

16 lines
301 B
HTML

<!-- webkit-test-runner [ LayoutFormattingContextEnabled=true LayoutFormattingContextIntegrationEnabled=false ] -->
<html>
<head>
<style>
div {
outline: 1px solid green;
width: 100px;
height: 100px;
}
</style>
</head>
<body>
<div style="min-height: 0px; margin-top: 200px;"></div>
</body>
</html>