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

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: 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 = 92
mustaq 2016/05/09 18:08:34 It's not clear to me why (200,200) becomes (92,162
bokan 2016/05/09 18:13:08 Default body margin is 8px, I like to set body { m
Navid Zolghadr 2016/05/09 18:59:04 Done.
12 clientY = 162
13 pointermove of touch is recieved:
14 clientX = 92
15 clientY = 162
16 pointerup of touch is recieved:
17 clientX = 92
18 clientY = 162
19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698