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

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: 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 34e879da13568f43c32be2f6f39f1311e641c837..87a4f84e0eb1a0f56153f933532d567a060f42b5 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
@@ -7,6 +7,24 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS successfullyParsed is true
TEST COMPLETE
+pointermove of mouse is recieved:
+clientX = 92
+clientY = 162
+mousemove of undefined is recieved:
+clientX = 92
+clientY = 162
+pointerdown of mouse is recieved:
+clientX = 92
+clientY = 162
+mousedown of undefined is recieved:
+clientX = 92
+clientY = 162
+pointermove of mouse is recieved:
+clientX = 92
+clientY = 162
+mouseup of undefined is recieved:
+clientX = 92
+clientY = 162
pointerdown of touch is recieved:
clientX = 92
clientY = 162

Powered by Google App Engine
This is Rietveld 408576698