blob: 12099b4a84faca17edcbd894ea17e26a6bb07826 [file] [log] [blame]
<!-- 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>