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

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: Fix zoom problem 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 ===== scrollX=25, scrollY=100, zoomFactor=1
11 pointerdown of touch is recieved:
12 clientX = 150
13 clientY = 100
14 touchstart is recieved:
15 clientX = 150
16 clientY = 100
17 pointermove of touch is recieved:
18 clientX = 150
19 clientY = 100
20 touchmove is recieved:
21 clientX = 150
22 clientY = 100
23 pointerup of touch is recieved:
24 clientX = 150
25 clientY = 100
26 touchend is recieved:
27 clientX = 150
28 clientY = 100
29
30 ===== scrollX=40, scrollY=140, zoomFactor=1
31 pointerdown of touch is recieved:
32 clientX = 150
33 clientY = 100
34 touchstart is recieved:
35 clientX = 150
36 clientY = 100
37 pointermove of touch is recieved:
38 clientX = 150
39 clientY = 100
40 touchmove is recieved:
41 clientX = 150
42 clientY = 100
43 pointerup of touch is recieved:
44 clientX = 150
45 clientY = 100
46 touchend is recieved:
47 clientX = 150
48 clientY = 100
49
50 ===== scrollX=40, scrollY=140, zoomFactor=2
51 pointerdown of touch is recieved:
52 clientX = 50
53 clientY = 0
54 touchstart is recieved:
55 clientX = 50
56 clientY = 0
57 pointermove of touch is recieved:
58 clientX = 50
59 clientY = 0
60 touchmove is recieved:
61 clientX = 50
62 clientY = 0
63 pointerup of touch is recieved:
64 clientX = 50
65 clientY = 0
66 touchend is recieved:
67 clientX = 50
68 clientY = 0
69
70
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698