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

Side by Side Diff: LayoutTests/fast/events/drag-and-drop-autoscroll-mainframe-expected.txt

Issue 1133693002: Update most LayoutTests to be agnostic to scrollTopLeftInterop mode (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: tdresser cr feedback Created 5 years, 7 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 | Annotate | Revision Log
OLDNEW
1 state=START 1 state=START
2 state=NE 2 state=NE
3 PASS document.body.scrollLeft > 0 is true 3 PASS document.scrollingElement.scrollLeft > 0 is true
4 PASS !document.body.scrollTop is true 4 PASS !document.scrollingElement.scrollTop is true
5 state=SE 5 state=SE
6 PASS document.body.scrollLeft > 0 is true 6 PASS document.scrollingElement.scrollLeft > 0 is true
7 PASS document.body.scrollTop > 0 is true 7 PASS document.scrollingElement.scrollTop > 0 is true
8 state=SW 8 state=SW
9 PASS document.body.scrollLeft < lastScrollLeft is true 9 PASS document.scrollingElement.scrollLeft < lastScrollLeft is true
10 PASS document.body.scrollTop > 0 is true 10 PASS document.scrollingElement.scrollTop > 0 is true
11 state=NW 11 state=NW
12 PASS document.body.scrollLeft <= lastScrollLeft is true 12 PASS document.scrollingElement.scrollLeft <= lastScrollLeft is true
13 PASS document.body.scrollTop < lastScrollTop is true 13 PASS document.scrollingElement.scrollTop < lastScrollTop is true
14 PASS successfullyParsed is true 14 PASS successfullyParsed is true
15 15
16 TEST COMPLETE 16 TEST COMPLETE
17 17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698