This page reproduces an unwanted scroll jump while resizing a <select multiple> listbox.
The listbox starts at scrollTop=0. During a resize drag, old behavior could enter listbox drag-selection/autoscroll logic and increase scrollTop.
Reset scrollTop so the listbox starts at the top.(empty)
scrollTop stays 0 while resizing.
scrollTop jumps to a positive value during resize drag.