chromium/third_party/blink/web_tests/fast/events/resources/scroll-event-modal-dialog.html

<!DOCTYPE html>

<script>
    onload = function() {
        window.opener.document.getElementById('scrollable').scrollTop = 200;
        window.opener.dialog = this;
    }
</script>