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

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

Issue 1976603006: Set view property of 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/virtual/pointerevent/fast/events/pointerevents/mouse-pointer-event-properties-expected.txt
diff --git a/third_party/WebKit/LayoutTests/virtual/pointerevent/fast/events/pointerevents/mouse-pointer-event-properties-expected.txt b/third_party/WebKit/LayoutTests/virtual/pointerevent/fast/events/pointerevents/mouse-pointer-event-properties-expected.txt
index 90d2a0061a3f6854e19805316713cf520f6aff56..58253e30584e8e10af521d0796eabba3f61c70cf 100644
--- a/third_party/WebKit/LayoutTests/virtual/pointerevent/fast/events/pointerevents/mouse-pointer-event-properties-expected.txt
+++ b/third_party/WebKit/LayoutTests/virtual/pointerevent/fast/events/pointerevents/mouse-pointer-event-properties-expected.txt
@@ -31,6 +31,7 @@ PASS lastPointerEvents[0].y is 31
PASS lastPointerEvents[0].button is -1
PASS lastPointerEvents[0].buttons is 0
PASS lastPointerEvents[0].pressure is 0
+PASS lastPointerEvents[0].view.name is "mainWindow"
Received mouseenter
PASS lastPointerEvents.length is 1
PASS lastPointerEvents[0].type is "pointerenter"
@@ -56,6 +57,7 @@ PASS lastPointerEvents[0].y is 31
PASS lastPointerEvents[0].button is -1
PASS lastPointerEvents[0].buttons is 0
PASS lastPointerEvents[0].pressure is 0
+PASS lastPointerEvents[0].view.name is "mainWindow"
Received pointermove
Received mousemove
PASS lastPointerEvents.length is 1
@@ -82,6 +84,7 @@ PASS lastPointerEvents[0].y is 31
PASS lastPointerEvents[0].button is -1
PASS lastPointerEvents[0].buttons is 0
PASS lastPointerEvents[0].pressure is 0
+PASS lastPointerEvents[0].view.name is "mainWindow"
--- move within target ---
Received pointermove
@@ -110,6 +113,7 @@ PASS lastPointerEvents[0].y is 41
PASS lastPointerEvents[0].button is -1
PASS lastPointerEvents[0].buttons is 0
PASS lastPointerEvents[0].pressure is 0
+PASS lastPointerEvents[0].view.name is "mainWindow"
Received pointermove
Received mousemove
PASS lastPointerEvents.length is 1
@@ -136,6 +140,7 @@ PASS lastPointerEvents[0].y is 31
PASS lastPointerEvents[0].button is -1
PASS lastPointerEvents[0].buttons is 0
PASS lastPointerEvents[0].pressure is 0
+PASS lastPointerEvents[0].view.name is "mainWindow"
--- click each button ---
Received pointerdown
@@ -164,6 +169,7 @@ PASS lastPointerEvents[0].y is 31
PASS lastPointerEvents[0].button is 0
PASS lastPointerEvents[0].buttons is 1
PASS lastPointerEvents[0].pressure is 0.5
+PASS lastPointerEvents[0].view.name is "mainWindow"
Received pointerup
Received mouseup
PASS lastPointerEvents.length is 1
@@ -190,6 +196,7 @@ PASS lastPointerEvents[0].y is 31
PASS lastPointerEvents[0].button is 0
PASS lastPointerEvents[0].buttons is 0
PASS lastPointerEvents[0].pressure is 0
+PASS lastPointerEvents[0].view.name is "mainWindow"
Received pointerdown
Received mousedown
PASS lastPointerEvents.length is 1
@@ -216,6 +223,7 @@ PASS lastPointerEvents[0].y is 31
PASS lastPointerEvents[0].button is 1
PASS lastPointerEvents[0].buttons is 4
PASS lastPointerEvents[0].pressure is 0.5
+PASS lastPointerEvents[0].view.name is "mainWindow"
Received pointerup
Received mouseup
PASS lastPointerEvents.length is 1
@@ -242,6 +250,7 @@ PASS lastPointerEvents[0].y is 31
PASS lastPointerEvents[0].button is 1
PASS lastPointerEvents[0].buttons is 0
PASS lastPointerEvents[0].pressure is 0
+PASS lastPointerEvents[0].view.name is "mainWindow"
Received pointerdown
Received mousedown
PASS lastPointerEvents.length is 1
@@ -268,6 +277,7 @@ PASS lastPointerEvents[0].y is 31
PASS lastPointerEvents[0].button is 2
PASS lastPointerEvents[0].buttons is 2
PASS lastPointerEvents[0].pressure is 0.5
+PASS lastPointerEvents[0].view.name is "mainWindow"
Received pointerup
Received mouseup
PASS lastPointerEvents.length is 1
@@ -294,6 +304,7 @@ PASS lastPointerEvents[0].y is 31
PASS lastPointerEvents[0].button is 2
PASS lastPointerEvents[0].buttons is 0
PASS lastPointerEvents[0].pressure is 0
+PASS lastPointerEvents[0].view.name is "mainWindow"
--- click with each modifier ---
Received pointerdown
@@ -605,6 +616,7 @@ PASS lastPointerEvents[0].y is 21
PASS lastPointerEvents[0].button is -1
PASS lastPointerEvents[0].buttons is 0
PASS lastPointerEvents[0].pressure is 0
+PASS lastPointerEvents[0].view.name is "mainWindow"
Received mouseleave
PASS lastPointerEvents.length is 1
PASS lastPointerEvents[0].type is "pointerleave"
@@ -630,6 +642,7 @@ PASS lastPointerEvents[0].y is 21
PASS lastPointerEvents[0].button is -1
PASS lastPointerEvents[0].buttons is 0
PASS lastPointerEvents[0].pressure is 0
+PASS lastPointerEvents[0].view.name is "mainWindow"
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698