blob: d4ecda61d536d977d61c9529374fabb6faa7f08a [file] [log] [blame]
<!DOCTYPE html> <!-- webkit-test-runner [ LayoutFormattingContextEnabled=true 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>