<!DOCTYPE html> | |
<meta name=fuzzy content="maxDifference=0-1;totalPixels=0-500"> | |
<script> | |
if (window.internals) | |
internals.useMockOverlayScrollbars(); | |
</script> | |
<div style="width: 200px; height: 200px; overflow: scroll"> | |
<div style="position: relative; height: 100px"> | |
<div style="position: absolute; background: green; width: 300px; height: 100px"></div> | |
</div> | |
<div style="height: 210px"></div> | |
</div> |