blob: 4d44879744babcf104e74a9b9bebe0e0466d4a24 [file] [log] [blame]
<!-- webkit-test-runner [ LayoutFormattingContextEnabled=true LayoutFormattingContextIntegrationEnabled=false ] -->
<style>
img {
display: block;
height: 0px;
min-height: 0px;
width: 100px;
margin-top: 100px;
margin-bottom: 10px;
outline: 5px solid blue;
}
div {
width: 100px;
height: 100px;
margin-top: 20px;
outline: 5px solid blue;
}
</style>
<img src="foobar.jpg"><div></div>