If I have a scroller with overscroll-behavior: contain, and I pinch-zoom in (on my macbook), then while my mouse cursor is over this contained scroller, I am unable to pan around the visual viewport.
This is probably a correct behavior per spec, since the visual viewport refers to scrolling and overscroll-behavior contains the scrolling. This is also reproducible in Safari, Firefox, and Chrome. However, as a user, I find this to be not what I would expect.