blob: 8cb702b882f312fe6392cf9548bb0e852c69d88c [file] [log] [blame]
<!DOCTYPE html>
<style>
#scrollable {
overflow: scroll;
position: absolute;
top: 50px;
width: 300px;
height: 100px;
border: solid 10px green;
}
</style>
When a scrollable area is resized, the invalidation area should cover non-composited scrollbars.
<div id="scrollable"></div>