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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/events/pointerevents/fake-mouse-event-pointer-types-expected.txt

Issue 2098883002: Make PointerEvent an experimental web platform feature. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased, fixed js path. Created 4 years, 5 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 pointermove
1 mousemove 2 mousemove
3 pointermove
2 mousemove 4 mousemove
3 Verifies that fake mouse events have correct pointer type for pointer events. 5 Verifies that fake mouse events have correct pointer type for pointer events.
4 6
5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
6 8
7 9
8 --- move mouse into target --- 10 --- move mouse into target ---
9 1 Received mousemove 11 1 Received pointermove mouse
10 2 Received mousemove 12 2 Received mousemove
13 3 Received pointermove mouse
14 4 Received mousemove
11 PASS successfullyParsed is true 15 PASS successfullyParsed is true
12 16
13 TEST COMPLETE 17 TEST COMPLETE
14 18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698