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

Side by Side Diff: LayoutTests/platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-div-scaled-expected.txt

Issue 11826009: Merge 139022 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1364/
Patch Set: Created 7 years, 11 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 This tests gesture event scrolling of an overflow div with page scale. 1 This tests gesture event scrolling of an overflow div with page scale.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 first gesture 6 first gesture
7 wheel event 0+> [object HTMLDivElement] 7 wheel event 0+> [object HTMLDivElement]
8 PASS movingdiv.scrollTop is 0 8 PASS movingdiv.scrollTop is 0
9 PASS movingdiv.scrollLeft is 45 9 PASS movingdiv.scrollLeft is 45
10 PASS wheelEventsOccurred is 1 10 PASS wheelEventsOccurred is 1
11 second gesture 11 second gesture
12 wheel event 0+> [object HTMLDivElement] 12 wheel event 0+> [object HTMLDivElement]
13 PASS movingdiv.scrollTop is 48 13 PASS movingdiv.scrollTop is 48
14 PASS movingdiv.scrollLeft is 45 14 PASS movingdiv.scrollLeft is 45
15 PASS wheelEventsOccurred is 1 15 PASS wheelEventsOccurred is 1
16 scroll event 0+> [object HTMLDivElement] 16 scroll event 0+> [object HTMLDivElement]
17 PASS scrollEventsOccurred is 1 17 PASS scrollEventsOccurred is 1
18 PASS successfullyParsed is true 18 PASS successfullyParsed is true
19 19
20 TEST COMPLETE 20 TEST COMPLETE
21 21
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698