blob: 51fe156c42d893e7068624ae2e39ad30047d731b [file] [log] [blame]
<!-- webkit-test-runner [ LayoutFormattingContextEnabled=true LayoutFormattingContextIntegrationEnabled=false ] -->
<!DOCTYPE html>
<html>
<head>
<style>
body {
margin: 0px;
}
.container {
margin: 20px;
width: 100px;
height: 100px;
background-color: green;
border: 10px solid blue;
padding: 8px;
overflow: hidden;
}
</style>
</head>
<body>
<div class="container">
<div class="container">
<div class="container"></div>
</div>
</div>
</body>
</html>