blob: ecead2a2409a5f2bc3c7a4ada7bf62a8cf48bcca [file] [log] [blame]
<!DOCTYPE html> <!-- webkit-test-runner [ AsyncOverflowScrollingEnabled=true ] -->
<html>
<head>
<style>
#scroller {
overflow: scroll;
height: 400px;
width: 400px;
border: 1px solid black;
}
.composited {
width: 200px;
height: 200px;
background-color: green;
transform: translateZ(0);
}
.content {
height: 100px;
}
</style>
</head>
<body>
<section id="scroller">
<div class="composited"></div>
<div class="content"></div>
</section>
</body>
</html>