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

Unified 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: Fix a typo 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
index 6e4c56c2c74e26fa70588dfbadd25328e17d9b0d..9eeb66f576b0eab24da6dc404236a9f7ce938617 100644
--- 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
@@ -8,6 +8,26 @@ PASS successfullyParsed is true
TEST COMPLETE
===== scrollX=25, scrollY=100, zoomFactor=1
+ *** Mouse events inside iframe ***
+pointermove of mouse is recieved:
+clientX = 150
+clientY = 100
+mousemove is recieved:
+clientX = 150
+clientY = 100
+pointerdown of mouse is recieved:
+clientX = 150
+clientY = 100
+mousedown is recieved:
+clientX = 150
+clientY = 100
+pointerup of mouse is recieved:
+clientX = 150
+clientY = 100
+mouseup is recieved:
+clientX = 150
+clientY = 100
+ *** Touch events inside iframe ***
pointerdown of touch is recieved:
clientX = 150
clientY = 100
@@ -28,6 +48,26 @@ clientX = 150
clientY = 100
===== scrollX=40, scrollY=140, zoomFactor=1
+ *** Mouse events inside iframe ***
+pointermove of mouse is recieved:
+clientX = 150
+clientY = 100
+mousemove is recieved:
+clientX = 150
+clientY = 100
+pointerdown of mouse is recieved:
+clientX = 150
+clientY = 100
+mousedown is recieved:
+clientX = 150
+clientY = 100
+pointerup of mouse is recieved:
+clientX = 150
+clientY = 100
+mouseup is recieved:
+clientX = 150
+clientY = 100
+ *** Touch events inside iframe ***
pointerdown of touch is recieved:
clientX = 150
clientY = 100
@@ -48,6 +88,26 @@ clientX = 150
clientY = 100
===== scrollX=40, scrollY=140, zoomFactor=2
+ *** Mouse events inside iframe ***
+pointermove of mouse is recieved:
+clientX = 50
+clientY = 0
+mousemove is recieved:
+clientX = 50
+clientY = 0
+pointerdown of mouse is recieved:
+clientX = 50
+clientY = 0
+mousedown is recieved:
+clientX = 50
+clientY = 0
+pointerup of mouse is recieved:
+clientX = 50
+clientY = 0
+mouseup is recieved:
+clientX = 50
+clientY = 0
+ *** Touch events inside iframe ***
pointerdown of touch is recieved:
clientX = 50
clientY = 0

Powered by Google App Engine
This is Rietveld 408576698