| 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
|
| index 34e879da13568f43c32be2f6f39f1311e641c837..87a4f84e0eb1a0f56153f933532d567a060f42b5 100644
|
| --- 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
|
| @@ -7,6 +7,24 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
| +pointermove of mouse is recieved:
|
| +clientX = 92
|
| +clientY = 162
|
| +mousemove of undefined is recieved:
|
| +clientX = 92
|
| +clientY = 162
|
| +pointerdown of mouse is recieved:
|
| +clientX = 92
|
| +clientY = 162
|
| +mousedown of undefined is recieved:
|
| +clientX = 92
|
| +clientY = 162
|
| +pointermove of mouse is recieved:
|
| +clientX = 92
|
| +clientY = 162
|
| +mouseup of undefined is recieved:
|
| +clientX = 92
|
| +clientY = 162
|
| pointerdown of touch is recieved:
|
| clientX = 92
|
| clientY = 162
|
|
|