blob: 0255ae00f91e632f1d82cb72f09102600794c886 [file] [log] [blame]
<!-- webkit-test-runner [ internal:LayoutFormattingContextEnabled=true internal: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>