| 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
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..34e879da13568f43c32be2f6f39f1311e641c837
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/virtual/pointerevent/fast/events/pointerevents/pointer-event-properties-in-iframe-expected.txt
|
| @@ -0,0 +1,19 @@
|
| +
|
| +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
|
| +pointerdown of touch is recieved:
|
| +clientX = 92
|
| +clientY = 162
|
| +pointermove of touch is recieved:
|
| +clientX = 92
|
| +clientY = 162
|
| +pointerup of touch is recieved:
|
| +clientX = 92
|
| +clientY = 162
|
| +
|
|
|