haikuwebkit/LayoutTests/fast/layoutformattingcontext/block-only/floating-box-right-simple.html

20 lines
920 B
HTML

<!DOCTYPE html> <!-- webkit-test-runner [ LayoutFormattingContextEnabled=true LayoutFormattingContextIntegrationEnabled=false ] -->
<html>
<body>
<div style="width: 100px; height: 40px;">
<div style="float: right; width: 20px; height: 250px;"></div>
<div style="float: right; width: 10px; height: 150px;"></div>
<div style="float: right; width: 10px; height: 150px;"></div>
<div style="float: right; width: 80px; height: 150px;"></div>
<div style="float: right; width: 80px; height: 150px;"></div>
</div>
<div style="width: 500px; height: 40px;">
<div style="float: right; width: 20px; height: 250px;"></div>
<div style="float: right; width: 10px; height: 150px;"></div>
</div>
<div style="float: right; width: 10px; height: 150px;"></div>
<div style="float: right; width: 80px; height: 150px;"></div>
<div style="float: right; width: 80px; height: 150px;"></div>
</body>
</html>