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

Unified Diff: third_party/WebKit/LayoutTests/virtual/pointerevent/fast/events/pointerevents/pointer-event-properties-in-iframe-expected.txt

Issue 1976603006: Set view property of pointer events (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased 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 9eeb66f576b0eab24da6dc404236a9f7ce938617..685155534109b8d6407d4b094a05cdc38315a279 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
@@ -12,18 +12,21 @@ TEST COMPLETE
pointermove of mouse is recieved:
clientX = 150
clientY = 100
+view.name = innerFrame
mousemove is recieved:
clientX = 150
clientY = 100
pointerdown of mouse is recieved:
clientX = 150
clientY = 100
+view.name = innerFrame
mousedown is recieved:
clientX = 150
clientY = 100
pointerup of mouse is recieved:
clientX = 150
clientY = 100
+view.name = innerFrame
mouseup is recieved:
clientX = 150
clientY = 100
@@ -31,18 +34,21 @@ clientY = 100
pointerdown of touch is recieved:
clientX = 150
clientY = 100
+view.name = innerFrame
touchstart is recieved:
clientX = 150
clientY = 100
pointermove of touch is recieved:
clientX = 150
clientY = 100
+view.name = innerFrame
touchmove is recieved:
clientX = 150
clientY = 100
pointerup of touch is recieved:
clientX = 150
clientY = 100
+view.name = innerFrame
touchend is recieved:
clientX = 150
clientY = 100
@@ -52,18 +58,21 @@ clientY = 100
pointermove of mouse is recieved:
clientX = 150
clientY = 100
+view.name = innerFrame
mousemove is recieved:
clientX = 150
clientY = 100
pointerdown of mouse is recieved:
clientX = 150
clientY = 100
+view.name = innerFrame
mousedown is recieved:
clientX = 150
clientY = 100
pointerup of mouse is recieved:
clientX = 150
clientY = 100
+view.name = innerFrame
mouseup is recieved:
clientX = 150
clientY = 100
@@ -71,18 +80,21 @@ clientY = 100
pointerdown of touch is recieved:
clientX = 150
clientY = 100
+view.name = innerFrame
touchstart is recieved:
clientX = 150
clientY = 100
pointermove of touch is recieved:
clientX = 150
clientY = 100
+view.name = innerFrame
touchmove is recieved:
clientX = 150
clientY = 100
pointerup of touch is recieved:
clientX = 150
clientY = 100
+view.name = innerFrame
touchend is recieved:
clientX = 150
clientY = 100
@@ -92,18 +104,21 @@ clientY = 100
pointermove of mouse is recieved:
clientX = 50
clientY = 0
+view.name = innerFrame
mousemove is recieved:
clientX = 50
clientY = 0
pointerdown of mouse is recieved:
clientX = 50
clientY = 0
+view.name = innerFrame
mousedown is recieved:
clientX = 50
clientY = 0
pointerup of mouse is recieved:
clientX = 50
clientY = 0
+view.name = innerFrame
mouseup is recieved:
clientX = 50
clientY = 0
@@ -111,18 +126,21 @@ clientY = 0
pointerdown of touch is recieved:
clientX = 50
clientY = 0
+view.name = innerFrame
touchstart is recieved:
clientX = 50
clientY = 0
pointermove of touch is recieved:
clientX = 50
clientY = 0
+view.name = innerFrame
touchmove is recieved:
clientX = 50
clientY = 0
pointerup of touch is recieved:
clientX = 50
clientY = 0
+view.name = innerFrame
touchend is recieved:
clientX = 50
clientY = 0

Powered by Google App Engine
This is Rietveld 408576698