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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/virtual/pointerevent/fast/events/pointerevents/pointer-event-properties-in-iframe-expected.txt
diff --git a/third_party/WebKit/LayoutTests/virtual/pointerevent/fast/events/pointerevents/pointer-event-properties-in-iframe-expected.txt b/third_party/WebKit/LayoutTests/virtual/pointerevent/fast/events/pointerevents/pointer-event-properties-in-iframe-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..09a12bcae0895bd832d00bccc9c2c416370d959b
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/virtual/pointerevent/fast/events/pointerevents/pointer-event-properties-in-iframe-expected.txt
@@ -0,0 +1,37 @@
+
+This test verifies clientX/Y of pointer events inside iframe.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS successfullyParsed is true
+
+TEST COMPLETE
+pointerdown of touch is recieved:
+clientX = 150
+clientY = 100
+pointermove of touch is recieved:
+clientX = 150
+clientY = 100
+pointerup of touch is recieved:
+clientX = 150
+clientY = 100
+pointerdown of touch is recieved:
+clientX = 150
+clientY = 100
+pointermove of touch is recieved:
+clientX = 150
+clientY = 100
+pointerup of touch is recieved:
+clientX = 150
+clientY = 100
+pointerdown of touch is recieved:
+clientX = 10
+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.
+pointermove of touch is recieved:
+clientX = 10
+clientY = -107
+pointerup of touch is recieved:
+clientX = 10
+clientY = -107
+

Powered by Google App Engine
This is Rietveld 408576698