Back to Chromium

Setting ScrollTop After Hide Show

third_party/blink/web_tests/fast/overflow/setting-scrollTop-after-hide-show.html

149.0.7827.2321 B
Original Source

In this test, we set a new scrollTop for a scrolling div, and then we make the div 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.