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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/fast/events/platform-wheelevent-paging-x-in-scrolling-page-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: 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 PASS event.wheelDeltaY is 0 1 PASS event.wheelDeltaY is 0
2 PASS event.wheelDeltaX is window.givenScrollLeft * -3 2 PASS event.wheelDeltaX is window.givenScrollLeft * -3
3 PASS event.wheelDelta is window.givenScrollLeft * -3 3 PASS event.wheelDelta is window.givenScrollLeft * -3
4 PASS document.scrollingElement.scrollTop is window.expectedScrollTop 4 FAIL document.scrollingElement.scrollTop == window.expectedScrollTop && document .scrollingElement.scrollLeft == window.expectedScrollLeft failed to change to tr ue in 0.5 seconds.
skobes 2015/11/06 22:30:23 Yuck, we're expecting failure? Can you file a bug
ymalik 2015/11/07 04:22:27 Done. crbug.com/552694. Updated comment in test.
5 FAIL document.scrollingElement.scrollLeft should be 700. Was 760.
6 PASS successfullyParsed is true 5 PASS successfullyParsed is true
7 6
8 TEST COMPLETE 7 TEST COMPLETE
9 8
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698