Summary
The VisualViewport defines onscroll, but does not include onscrollend.
Implementation notes
Currently the scrollend implementations for Chrome and Firefox will fire a scrollend event for a user scroll that stays within the layout viewport to the Document, but should probably fire to Window.visualViewport instead. Currently this is a case where scrollend can be fired to the window without a preceding scroll.