blob: 79fe7c6cc8573d2c2fdc2ff63f8453d8ebde0a20 [file] [log] [blame]
<!DOCTYPE html>
<script>
if (window.internals)
internals.useMockOverlayScrollbars();
</script>
<div style="width: 200px; height: 200px; overflow: scroll">
<div style="width: 210px; height: 80px; overflow: scroll">
<div style="background: green; width: 300px; height: 200px"></div>
</div>
<div style="height: 210px"></div>
</div>