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

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

Issue 1964523002: Fix clientX/Y properties of touch pointer events (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Applying comments 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
(Empty)
1
2 This test verifies clientX/Y of pointer events inside iframe.
3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5
6
7 PASS successfullyParsed is true
8
9 TEST COMPLETE
10 pointerdown of touch is recieved:
11 clientX = 150
12 clientY = 100
13 pointermove of touch is recieved:
14 clientX = 150
15 clientY = 100
16 pointerup of touch is recieved:
17 clientX = 150
18 clientY = 100
19 pointerdown of touch is recieved:
20 clientX = 150
21 clientY = 100
22 pointermove of touch is recieved:
23 clientX = 150
24 clientY = 100
25 pointerup of touch is recieved:
26 clientX = 150
27 clientY = 100
28 pointerdown of touch is recieved:
29 clientX = 10
30 clientY = -107
bokan 2016/05/09 21:03:07 This looks wrong to me. For starters, at 2X zoom t
Navid Zolghadr 2016/05/10 15:01:40 I was looking at the implementation of contentsToF
bokan 2016/05/10 16:33:53 Ah, touchInfo is already zoomed...we should only b
Navid Zolghadr 2016/05/10 17:46:42 Done.
31 pointermove of touch is recieved:
32 clientX = 10
33 clientY = -107
34 pointerup of touch is recieved:
35 clientX = 10
36 clientY = -107
37
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698