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/touch-capture-in-iframe-expected.txt

Issue 1971473002: Move touch hit testing to PointerEventManager (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/touch-capture-in-iframe-expected.txt
diff --git a/third_party/WebKit/LayoutTests/virtual/pointerevent/fast/events/pointerevents/touch-capture-in-iframe-expected.txt b/third_party/WebKit/LayoutTests/virtual/pointerevent/fast/events/pointerevents/touch-capture-in-iframe-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..5d61dff943a8ee1086a11ecb8b766530936c6f5f
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/virtual/pointerevent/fast/events/pointerevents/touch-capture-in-iframe-expected.txt
@@ -0,0 +1,47 @@
+
+This test verifies clientX/Y of pointer events inside iframe.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS successfullyParsed is true
+
+TEST COMPLETE
+*** First touch down in innerFrame and move ***
mustaq 2016/05/13 20:03:16 Nit: "First touch down..." -> "Put first finger...
Navid Zolghadr 2016/05/16 20:01:50 Done.
+innerFrame recieved pointerdown
+touchstart is recieved with changedTouches.length=1:
+ Touch with id=0 with target = innerFrame
+innerFrame recieved gotpointercapture
+innerFrame recieved pointermove
+touchmove is recieved with changedTouches.length=1:
+ Touch with id=0 with target = innerFrame
+
+*** Second touch down in outerFrame ***
+outerFrame recieved pointerdown
+
+*** Second touch move in outerFrame ***
+outerFrame recieved gotpointercapture
+outerFrame recieved pointermove
+
+*** Second touch move into innerFrame ***
+outerFrame recieved pointermove
+
+*** First touch move in innerFrame ***
+innerFrame recieved pointermove
+touchmove is recieved with changedTouches.length=1:
+ Touch with id=0 with target = innerFrame
+
+*** First touch move out of innerFrame ***
+innerFrame recieved pointermove
+touchmove is recieved with changedTouches.length=1:
+ Touch with id=0 with target = innerFrame
+
+*** Releasing touches ***
+innerFrame recieved pointerup
+innerFrame recieved lostpointercapture
+outerFrame recieved pointerup
+outerFrame recieved lostpointercapture
+touchend is recieved with changedTouches.length=1:
+ Touch with id=0 with target = innerFrame
+
mustaq 2016/05/13 20:03:16 What about adding a few test scenarios: Scenario B
Navid Zolghadr 2016/05/16 20:01:50 Done.
+

Powered by Google App Engine
This is Rietveld 408576698