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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/pointerevent/fast/events/pointerevents/pointer-event-properties-in-iframe-expected.txt

Issue 1960233002: Fix mouse pointer event clientX/Y (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
OLDNEW
1 1
2 This test verifies clientX/Y of pointer events inside iframe. 2 This test verifies clientX/Y of pointer events inside iframe.
3 3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 5
6 6
7 PASS successfullyParsed is true 7 PASS successfullyParsed is true
8 8
9 TEST COMPLETE 9 TEST COMPLETE
10 pointermove of mouse is recieved:
11 clientX = 92
12 clientY = 162
13 mousemove of undefined is recieved:
14 clientX = 92
15 clientY = 162
16 pointerdown of mouse is recieved:
17 clientX = 92
18 clientY = 162
19 mousedown of undefined is recieved:
20 clientX = 92
21 clientY = 162
22 pointermove of mouse is recieved:
23 clientX = 92
24 clientY = 162
25 mouseup of undefined is recieved:
26 clientX = 92
27 clientY = 162
10 pointerdown of touch is recieved: 28 pointerdown of touch is recieved:
11 clientX = 92 29 clientX = 92
12 clientY = 162 30 clientY = 162
13 pointermove of touch is recieved: 31 pointermove of touch is recieved:
14 clientX = 92 32 clientX = 92
15 clientY = 162 33 clientY = 162
16 pointerup of touch is recieved: 34 pointerup of touch is recieved:
17 clientX = 92 35 clientX = 92
18 clientY = 162 36 clientY = 162
19 37
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698