<!-- webkit-test-runner [ LayoutFormattingContextEnabled=true InlineFormattingContextIntegrationEnabled=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> |