blob: b0a084e4dd494f4f183650471bb53728e3d62eee [file] [log] [blame]
<!DOCTYPE html> <!-- webkit-test-runner [ LayoutFormattingContextEnabled=true LayoutFormattingContextIntegrationEnabled=false ] -->
<style>
body {
font-size: 16px;
overflow: hidden;
}
div {
height: 20px;
background-color: blue;
width: 200px;
}
.inner {
background-color: green;
}
</style>
<div><div class=inner style="width: 140px"></div></div>
<div><div class=inner style="width: 120px"></div></div>
<div><div class=inner style="width: 100px"></div></div>
<div><div class=inner style="width: 80px"></div></div>
<div><div class=inner style="width: 60px"></div></div>
<div><div class=inner style="width: 40px"></div></div>
<div><div class=inner style="width: 20px"></div></div>