blob: 88f98121d0a8687642a557aecb7c8482254c8a08 [file] [log] [blame]
<!DOCTYPE html>
<script>
if (window.internals)
internals.useMockOverlayScrollbars();
</script>
<div id="outer" style="width: 200px; height: 200px; overflow: scroll">
<div style="background: green; height: 100px"></div>
<div style="height: 110px"></div>
</div>