haikuwebkit/LayoutTests/fast/layoutformattingcontext/block-only/floating-box-clear-both-sim...

17 lines
779 B
HTML

<!DOCTYPE html> <!-- webkit-test-runner [ LayoutFormattingContextEnabled=true LayoutFormattingContextIntegrationEnabled=false ] -->
<html>
<body>
<div style="width: 500px; height: 100px;">
<div style="float: right; width: 50px; height: 250px;"></div>
<div style="float: right; width: 50px; height: 250px;"></div>
<div style="float: right; width: 50px; height: 250px;"></div>
</div>
<div style="clear: both; width: 10px; height: 100px;"></div>
<div style="float: right; width: 50px; height: 350px;"></div>
<div style="float: right; width: 50px; height: 250px;"></div>
<div style="clear: both; width: 10px; height: 100px;"></div>
<div style="float: left; width: 50px; height: 500px;"></div>
<div style="float: right; width: 50px; height: 350px;"></div>
</body>
</html>