Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Side by Side Diff: LayoutTests/fast/overflow/setting-scrollTop-after-hide-show-expected.txt

Issue 10823356: Merge 123637 - https://bugs.webkit.org/show_bug.cgi?id=89114 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1180/
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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.
2 2
3 scrollTop after restoring div: 20 3 scrollTop after restoring div: 20
4 4
5 scrollTop after setting scrollTop back to 0: 0 5 scrollTop after setting scrollTop back to 0: 0
6 6
7 7
OLDNEW
« no previous file with comments | « LayoutTests/fast/overflow/setting-scrollTop-after-hide-show.html ('k') | Source/WebCore/rendering/RenderLayer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698