haikuwebkit/LayoutTests/fast/layoutformattingcontext/block-only/floating-box-with-new-forma...

10 lines
380 B
HTML

<!DOCTYPE html> <!-- webkit-test-runner [ LayoutFormattingContextEnabled=true LayoutFormattingContextIntegrationEnabled=false ] -->
<html>
<body>
<div style="position: relative; top: 0px; left: 30px; width: 100px; height: 40px;">
<div style="float: left; width: 100px; height: 100px;"></div>
</div>
<div style="float: left; width: 10px; height: 100px;"></div>
</body>
</html>