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..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 |
|
mustaq
2016/05/09 18:08:34
It's not clear to me why (200,200) becomes (92,162
bokan
2016/05/09 18:13:08
Default body margin is 8px, I like to set body { m
Navid Zolghadr
2016/05/09 18:59:04
Done.
|
| +clientY = 162 |
| +pointermove of touch is recieved: |
| +clientX = 92 |
| +clientY = 162 |
| +pointerup of touch is recieved: |
| +clientX = 92 |
| +clientY = 162 |
| + |