Chromium Code Reviews| 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..09a12bcae0895bd832d00bccc9c2c416370d959b |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/virtual/pointerevent/fast/events/pointerevents/pointer-event-properties-in-iframe-expected.txt |
| @@ -0,0 +1,37 @@ |
| + |
| +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 = 150 |
| +clientY = 100 |
| +pointermove of touch is recieved: |
| +clientX = 150 |
| +clientY = 100 |
| +pointerup of touch is recieved: |
| +clientX = 150 |
| +clientY = 100 |
| +pointerdown of touch is recieved: |
| +clientX = 150 |
| +clientY = 100 |
| +pointermove of touch is recieved: |
| +clientX = 150 |
| +clientY = 100 |
| +pointerup of touch is recieved: |
| +clientX = 150 |
| +clientY = 100 |
| +pointerdown of touch is recieved: |
| +clientX = 10 |
| +clientY = -107 |
|
bokan
2016/05/09 21:03:07
This looks wrong to me. For starters, at 2X zoom t
Navid Zolghadr
2016/05/10 15:01:40
I was looking at the implementation of contentsToF
bokan
2016/05/10 16:33:53
Ah, touchInfo is already zoomed...we should only b
Navid Zolghadr
2016/05/10 17:46:42
Done.
|
| +pointermove of touch is recieved: |
| +clientX = 10 |
| +clientY = -107 |
| +pointerup of touch is recieved: |
| +clientX = 10 |
| +clientY = -107 |
| + |