blob: 9d43325bfa70aaf47530b1edc3048e3a174fd41b [file] [edit]
<!-- webkit-test-runner [ BlocksInInlineLayoutEnabled=true ] -->
<style>
div {
border: 1px solid blue;
width: 100px;
height: 100px;
}
.float_box {
float: left;
border: none;
width: 20px;
}
</style>
<span>
span<br>start
<div>
<div class=float_box style="background-color: green; height: 140px;"></div>
</div>
span<br>end
</span>