Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / overflow / setting-scrollTop-after-hide-show-expected.txt
blob3a3b6e4571bd7b654e66894608a65c76ccc8f884
1 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.
3 scrollTop after restoring div: 20
5 scrollTop after setting scrollTop back to 0: 0