1 In this test, we set a new scrollTop for a scrolling div, and then we make the d
iv display:none. The test ensures that when we bring the div back by giving it a
display value of block, that we also restore its scroll position. The test also
ensures that we are able to set a new scrollTop value of 0 after that. | 1 In this test, we set a new scrollTop for a scrolling div, and then we make the d
iv display:none. The test ensures that when we bring the div back by giving it a
display value of block, that we also restore its scroll position. The test also
ensures that we are able to set a new scrollTop value of 0 after that. |