blob: 44c97e53cc9c5c88efb9ba080a16afbfe64a3510 [file] [log] [blame]
<!doctype HTML>
<div id="target" style="height: 100%; overflow-y:scroll; background-color: yellow; width: 200px; height: 200px;">
<div style="width: 200px; height: 400px;"></div>
</div>
<script>
target.scrollTop = 200;
</script>