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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/pointerevent/fast/events/pointerevents/touch-pointercancel-expected.txt

Issue 1800143002: Notify Blink about start of gesture scroll through a queued event. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed touch_event_stream_validator Created 4 years, 8 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 Verifies that pointercancel events are fired correctly on touch. 1 Verifies that pointercancel events are fired correctly on touch.
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 --- single drag tests --- 6 --- single drag tests ---
7 7
8 -- preventDefault on none, without uncanceledMoveCausesScroll -- 8 -- preventDefault on none, without uncanceledMoveCausesScroll --
9 Received pointerover, pointerId=2 9 Received pointerover, pointerId=2
10 Received pointerenter, pointerId=2 10 Received pointerenter, pointerId=2
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 80
81 -- preventDefault on touchmove, with uncanceledMoveCausesScroll -- 81 -- preventDefault on touchmove, with uncanceledMoveCausesScroll --
82 Received pointerover, pointerId=7 82 Received pointerover, pointerId=7
83 Received pointerenter, pointerId=7 83 Received pointerenter, pointerId=7
84 Received pointerdown, pointerId=7 84 Received pointerdown, pointerId=7
85 Received touchstart, touchIds=0 85 Received touchstart, touchIds=0
86 Received pointermove, pointerId=7 86 Received pointermove, pointerId=7
87 Received touchmove, touchIds=0, prevented default 87 Received touchmove, touchIds=0, prevented default
88 Received pointermove, pointerId=7 88 Received pointermove, pointerId=7
89 Received touchmove, touchIds=0, prevented default 89 Received touchmove, touchIds=0, prevented default
90 Received pointermove, pointerId=7 90 Received pointercancel, pointerId=7
91 Received touchmove, touchIds=0, prevented default
92 Received pointerup, pointerId=7
93 Received pointerout, pointerId=7 91 Received pointerout, pointerId=7
94 Received pointerleave, pointerId=7 92 Received pointerleave, pointerId=7
93 Received touchmove, touchIds=0, prevented default
95 Received touchend, touchIds=0 94 Received touchend, touchIds=0
96 95
97 --- multi drag tests --- 96 --- multi drag tests ---
98 97
99 -- preventDefault on none, without uncanceledMoveCausesScroll -- 98 -- preventDefault on none, without uncanceledMoveCausesScroll --
100 Received pointerover, pointerId=8 99 Received pointerover, pointerId=8
101 Received pointerenter, pointerId=8 100 Received pointerenter, pointerId=8
102 Received pointerdown, pointerId=8 101 Received pointerdown, pointerId=8
103 Received pointerover, pointerId=9 102 Received pointerover, pointerId=9
104 Received pointerenter, pointerId=9 103 Received pointerenter, pointerId=9
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 Received pointerleave, pointerId=15 193 Received pointerleave, pointerId=15
195 Received pointercancel, pointerId=16 194 Received pointercancel, pointerId=16
196 Received pointerout, pointerId=16 195 Received pointerout, pointerId=16
197 Received pointerleave, pointerId=16 196 Received pointerleave, pointerId=16
198 Received touchcancel, touchIds=01 197 Received touchcancel, touchIds=01
199 198
200 PASS successfullyParsed is true 199 PASS successfullyParsed is true
201 200
202 TEST COMPLETE 201 TEST COMPLETE
203 202
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698