blob: 67d6548d438034a39bf14583f18ed01d7b02af4c [file]
<style>
.container{
width: 60px;
}
.floater {
float: right;
width: 50px;
height:50px;
background-color: blue;
}
span {
white-space: nowrap;
}
</style>
<div class=container><div class=floater></div><span>PASS if not overlapping the blue floating box.</span></div>