blob: 9a9eba0384e6910f90e4409f9f1120ea73289703 [file] [log] [blame]
<!DOCTYPE html>
<div style="width: 200px; height: 200px; overflow: scroll">
<!-- The intermediate div doesn't have layout overflow. -->
<div style="height: 210px; overflow: scroll">
<div style="background: green; width: 300px; height: 100px"></div>
</div>
</div>
<script>
if (window.internals) {
internals.runtimeFlags.overlayScrollbarsEnabled = true;
internals.settings.setMockScrollbarsEnabled(true);
}
</script>