Table glitch with Chrome 56+ when making .refreshRowCache()

Hi everyone!
When I scroll down table, so it loads next “page”, and then make table.refreshRowCache() it scrolls down items after refresh is done.
It happens only with google chrome 56+ and any other browser with chrome 56+ engine.
When I do it with any other browser, table refreshes and keeps previous row position.

You can view demo here
http://178.236.245.251:8383/tabletest/

Just need to scroll table, so it loads next “page”, and then click ‘refresh’ button.
This is com.vaadin.ui.Table with com.vaadin.data.util.BeanItemContainer (1000 items), “refresh” button fires table.refreshRowCache()

Vaadin version 7.7.7

UPD: created bug
https://github.com/vaadin/framework/issues/8707