haikuwebkit/LayoutTests/fast/layoutformattingcontext/block-only/replaced-intrinsic-width-si...

13 lines
292 B
HTML

<!-- webkit-test-runner [ LayoutFormattingContextEnabled=true LayoutFormattingContextIntegrationEnabled=false ] -->
<style>
div {
float: left;
width: auto;
height: auto;
background-color: green;
}
img {
display: block;
}
</style>
<div><img src="../../block/resources/50x50.gif"></div>