blob: a76edcf5eb396209f3ef93eeb96081c163000eae [file] [log] [blame]
<!DOCTYPE html> <!-- webkit-test-runner [ LayoutFormattingContextEnabled=true LayoutFormattingContextIntegrationEnabled=false ] -->
<html>
<head>
<style>
</style>
</head>
<body>
<div 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>