blob: 91eddc4ea71065a394ef1299ff815f1a80bfd7f6 [file] [log] [blame]
<!DOCTYPE html> <!-- webkit-test-runner [ LayoutFormattingContextEnabled=true LayoutFormattingContextIntegrationEnabled=false ] -->
<html>
<body>
<div style="float: left; width: 10px; height: 100px;"></div>
<div style="width: 100px; height: 50px;">
<div style="float: left; width: 10px; height: 10px;"></div>
</div>
<div style="margin-left: 50px; width: 100px; height: 50px;">
<div style="float: left; width: 10px; height: 10px;"></div>
</div>
</body>
</html>