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

Side by Side Diff: LayoutTests/fast/loader/scroll-position-restoration-without-premature-clamping-expected.txt

Issue 1271143003: Fix scroll restoration clamping bug (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Notify progress tracker before trying to restore position Created 5 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
(Empty)
1 Test ensures that frame scroll position is not prematurely clamped and restored before load event fires.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 Scroll position should not be clamped and restored while frame is loading
7 PASS document.scrollingElement.scrollLeft is 0
8 PASS document.scrollingElement.scrollTop is 0
9 PASS document.scrollingElement.scrollLeft is 5000
10 PASS document.scrollingElement.scrollTop is 5001
11 PASS successfullyParsed is true
12
13 TEST COMPLETE
14
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698