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

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

Issue 2098883002: Make PointerEvent an experimental web platform feature. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased, fixed js path. Created 4 years, 6 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
deleted file mode 100644
index 685155534109b8d6407d4b094a05cdc38315a279..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/virtual/pointerevent/fast/events/pointerevents/pointer-event-properties-in-iframe-expected.txt
+++ /dev/null
@@ -1,148 +0,0 @@
-
-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
-===== scrollX=25, scrollY=100, zoomFactor=1
- *** Mouse events inside iframe ***
-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
- *** Touch events inside iframe ***
-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
-
-===== scrollX=40, scrollY=140, zoomFactor=1
- *** Mouse events inside iframe ***
-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
- *** Touch events inside iframe ***
-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
-
-===== scrollX=40, scrollY=140, zoomFactor=2
- *** Mouse events inside iframe ***
-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
- *** Touch events inside iframe ***
-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