blob: e1e2dbd763f3c656346fac0b39566211ed065989 [file]
<style>
.container {
width: 200px;
height: 200px;
background-color: green;
font-family: Ahem;
font-size: 10px;
}
.float {
float: left;
width: 50px;
}
</style>
<div class=container>
<div class=float></div>
<div class=float style="float: right"></div>
PASS if not indented
</div>