blob: 67fe0e5c2b37f8220942d91e0c167f6d6f110445 [file] [log] [blame]
<!DOCTYPE html> <!-- webkit-test-runner [ AsyncOverflowScrollingEnabled=true ] -->
<html>
<head>
<style>
.scroller {
border: 1px solid black;
margin: 10px;
padding: 10px;
overflow: visible;
transform: translateZ(0px);
}
.box {
position: absolute;
width: 100px;
height: 100px;
border: 2px solid blue;
background-color: green;
padding: 10px;
}
</style>
</head>
<body>
<div class="scroller">
You should see the entire green box below
<div class="box"></div>
</div>
</body>
</html>