haikuwebkit/LayoutTests/fast/layoutformattingcontext/block-only/float-avoider-simple-right....

15 lines
537 B
HTML

<!DOCTYPE html> <!-- webkit-test-runner [ LayoutFormattingContextEnabled=true LayoutFormattingContextIntegrationEnabled=false ] -->
<html>
<head>
<style>
</style>
</head>
<body>
<div dir=rtl style="border: 1px solid red; height: 500px; width: 200px;">
<div style="height: 200px; width: 10px; border: 1px solid blue; float: left;"></div>
<div style="height: 170px; width: 10px; border: 1px solid blue; float: left;"></div>
<div style="overflow: hidden; height: 100px; width: 180px; border: 1px solid green;"></div>
</div>
</body>
</html>