blob: 67463ec43e9e507945f0209cec9aa56ae4caf85f [file]
<style>
.container {
width: 0px;
font-family: Ahem;
}
.inline_block {
display: inline-block;
width: 100px;
height: 100px;
float: right;
}
</style>
<!-- PASS if content _after_ the float is visible -->
<div class=container>XX<div class=inline_block></div>XX</div>