blob: 811601793287e7e3d7c0a4f76e486020d80f583a [file] [log] [blame]
<!-- webkit-test-runner [ LayoutFormattingContextEnabled=true LayoutFormattingContextIntegrationEnabled=false ] -->
<style>
.floaty {
float: left;
background-color: green;
height: 50px;
}
.inline_content {
font-size: 20px;
font-family: ahem;
}
</style>
<div style="width: 400px;">
<div class=floaty style="width: 50px;"></div>
<div class=floaty style="width: 100px; clear: left;"></div>
<div class=inline_content><img src="foo" style="width: 20px; height: 80px; background-color: blue">text</div>
</div>