blob: 4e005c45d26e618b1528e6459372d85903a6e680 [file] [log] [blame]
<!DOCTYPE html> <!-- webkit-test-runner [ internal:LayoutFormattingContextEnabled=true internal:LayoutFormattingContextIntegrationEnabled=false ] -->
<html>
<body>
<div style="width: 200px; height: 400px;">
<div style="float: left; width: 10px; height: 25px;"></div>
<div style="float: right; width: 40px; height: 45px;"></div>
<div style="float: left; width: 60px; height: 15px;"></div>
<div style="float: left; width: 70px; height: 95px;"></div>
<div style="float: right; width: 30px; height: 125px;"></div>
<div style="float: right; width: 10px; height: 35px;"></div>
<div style="float: left; width: 70px; height: 95px;"></div>
</div>
</body>
</html>