blob: 941755d855192a9c047b90d4b5dde0e6da8ae0c1 [file] [log] [blame]
<!DOCTYPE html>
<style>
::-webkit-scrollbar {
display: none;
}
</style>
<div style="height:1000px; will-change:transform;"></div>
<div style="position:absolute; left:0; top:3px; width:100px; height:100px; background:fixed url(../../paint/invalidation/resources/grid.png);"></div>
<script>
scrollTo(0, 3);
</script>