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

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: 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/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 32f7f4f91c825c64ff64b8394d3851c9c19c3b4d..3a62de148dd3afb1561196ccf3ee026a97f39c40 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
@@ -33,6 +33,7 @@ PASS lastPointerEvents[0].buttons is 0
PASS lastPointerEvents[0].pressure is 0
PASS lastPointerEvents[0].width is 1
PASS lastPointerEvents[0].height is 1
+PASS lastPointerEvents[0].view.name is "mainWindow"
Received mouseenter
PASS lastPointerEvents.length is 1
PASS lastPointerEvents[0].type is "pointerenter"
@@ -60,6 +61,7 @@ PASS lastPointerEvents[0].buttons is 0
PASS lastPointerEvents[0].pressure is 0
PASS lastPointerEvents[0].width is 1
PASS lastPointerEvents[0].height is 1
+PASS lastPointerEvents[0].view.name is "mainWindow"
Received pointermove
Received mousemove
PASS lastPointerEvents.length is 1
@@ -88,6 +90,7 @@ PASS lastPointerEvents[0].buttons is 0
PASS lastPointerEvents[0].pressure is 0
PASS lastPointerEvents[0].width is 1
PASS lastPointerEvents[0].height is 1
+PASS lastPointerEvents[0].view.name is "mainWindow"
--- move within target ---
Received pointermove
@@ -118,6 +121,7 @@ PASS lastPointerEvents[0].buttons is 0
PASS lastPointerEvents[0].pressure is 0
PASS lastPointerEvents[0].width is 1
PASS lastPointerEvents[0].height is 1
+PASS lastPointerEvents[0].view.name is "mainWindow"
Received pointermove
Received mousemove
PASS lastPointerEvents.length is 1
@@ -146,6 +150,7 @@ PASS lastPointerEvents[0].buttons is 0
PASS lastPointerEvents[0].pressure is 0
PASS lastPointerEvents[0].width is 1
PASS lastPointerEvents[0].height is 1
+PASS lastPointerEvents[0].view.name is "mainWindow"
--- click each button ---
Received pointerdown
@@ -176,6 +181,7 @@ PASS lastPointerEvents[0].buttons is 1
PASS lastPointerEvents[0].pressure is 0.5
PASS lastPointerEvents[0].width is 1
PASS lastPointerEvents[0].height is 1
+PASS lastPointerEvents[0].view.name is "mainWindow"
Received pointerup
Received mouseup
PASS lastPointerEvents.length is 1
@@ -204,6 +210,7 @@ PASS lastPointerEvents[0].buttons is 0
PASS lastPointerEvents[0].pressure is 0
PASS lastPointerEvents[0].width is 1
PASS lastPointerEvents[0].height is 1
+PASS lastPointerEvents[0].view.name is "mainWindow"
Received pointerdown
Received mousedown
PASS lastPointerEvents.length is 1
@@ -232,6 +239,7 @@ PASS lastPointerEvents[0].buttons is 4
PASS lastPointerEvents[0].pressure is 0.5
PASS lastPointerEvents[0].width is 1
PASS lastPointerEvents[0].height is 1
+PASS lastPointerEvents[0].view.name is "mainWindow"
Received pointerup
Received mouseup
PASS lastPointerEvents.length is 1
@@ -260,6 +268,7 @@ PASS lastPointerEvents[0].buttons is 0
PASS lastPointerEvents[0].pressure is 0
PASS lastPointerEvents[0].width is 1
PASS lastPointerEvents[0].height is 1
+PASS lastPointerEvents[0].view.name is "mainWindow"
Received pointerdown
Received mousedown
PASS lastPointerEvents.length is 1
@@ -288,6 +297,7 @@ PASS lastPointerEvents[0].buttons is 2
PASS lastPointerEvents[0].pressure is 0.5
PASS lastPointerEvents[0].width is 1
PASS lastPointerEvents[0].height is 1
+PASS lastPointerEvents[0].view.name is "mainWindow"
Received pointerup
Received mouseup
PASS lastPointerEvents.length is 1
@@ -316,6 +326,7 @@ PASS lastPointerEvents[0].buttons is 0
PASS lastPointerEvents[0].pressure is 0
PASS lastPointerEvents[0].width is 1
PASS lastPointerEvents[0].height is 1
+PASS lastPointerEvents[0].view.name is "mainWindow"
--- click with each modifier ---
Received pointerdown
@@ -629,6 +640,7 @@ PASS lastPointerEvents[0].buttons is 0
PASS lastPointerEvents[0].pressure is 0
PASS lastPointerEvents[0].width is 1
PASS lastPointerEvents[0].height is 1
+PASS lastPointerEvents[0].view.name is "mainWindow"
Received mouseleave
PASS lastPointerEvents.length is 1
PASS lastPointerEvents[0].type is "pointerleave"
@@ -656,6 +668,7 @@ PASS lastPointerEvents[0].buttons is 0
PASS lastPointerEvents[0].pressure is 0
PASS lastPointerEvents[0].width is 1
PASS lastPointerEvents[0].height is 1
+PASS lastPointerEvents[0].view.name is "mainWindow"
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698