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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/dom/vertical-scrollbar-in-rtl-expected.txt

Issue 1413493005: Update layout tests to work when smooth scrolling is enabled by default (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: worked on nit Created 5 years, 1 month 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 original scroll y for RTL page : Success 1 original scroll y for RTL page : Success
2 vertical scroll: : Success 2 vertical scroll: : Success
3 continuously call window.scrollY : Success 3 continuously call window.scrollY : Success
4 zoom in and out preserve scroll position: Success 4 zoom in and out preserve scroll position: Success
5 resize preserves scroll position: Success 5 resize preserves scroll position: Success
6 KeyDown HOME move y-scroll position to bottom for RTL page: -3425 6 PASS window.scrollY == -3425 became true
7 KeyDown END move y-scroll position to bottom for RTL page: 0 7 PASS window.scrollY == 0 became true
8 selectAll selects all document: Success 8 selectAll selects all document: Success
9 PASS successfullyParsed is true
10
11 TEST COMPLETE
12
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698