Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/virtual/pointerevent/fast/events/pointerevents/touch-capture-in-iframe-expected.txt |
| diff --git a/third_party/WebKit/LayoutTests/virtual/pointerevent/fast/events/pointerevents/touch-capture-in-iframe-expected.txt b/third_party/WebKit/LayoutTests/virtual/pointerevent/fast/events/pointerevents/touch-capture-in-iframe-expected.txt |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..5d61dff943a8ee1086a11ecb8b766530936c6f5f |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/virtual/pointerevent/fast/events/pointerevents/touch-capture-in-iframe-expected.txt |
| @@ -0,0 +1,47 @@ |
| + |
| +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 |
| +*** First touch down in innerFrame and move *** |
|
mustaq
2016/05/13 20:03:16
Nit: "First touch down..." -> "Put first finger...
Navid Zolghadr
2016/05/16 20:01:50
Done.
|
| +innerFrame recieved pointerdown |
| +touchstart is recieved with changedTouches.length=1: |
| + Touch with id=0 with target = innerFrame |
| +innerFrame recieved gotpointercapture |
| +innerFrame recieved pointermove |
| +touchmove is recieved with changedTouches.length=1: |
| + Touch with id=0 with target = innerFrame |
| + |
| +*** Second touch down in outerFrame *** |
| +outerFrame recieved pointerdown |
| + |
| +*** Second touch move in outerFrame *** |
| +outerFrame recieved gotpointercapture |
| +outerFrame recieved pointermove |
| + |
| +*** Second touch move into innerFrame *** |
| +outerFrame recieved pointermove |
| + |
| +*** First touch move in innerFrame *** |
| +innerFrame recieved pointermove |
| +touchmove is recieved with changedTouches.length=1: |
| + Touch with id=0 with target = innerFrame |
| + |
| +*** First touch move out of innerFrame *** |
| +innerFrame recieved pointermove |
| +touchmove is recieved with changedTouches.length=1: |
| + Touch with id=0 with target = innerFrame |
| + |
| +*** Releasing touches *** |
| +innerFrame recieved pointerup |
| +innerFrame recieved lostpointercapture |
| +outerFrame recieved pointerup |
| +outerFrame recieved lostpointercapture |
| +touchend is recieved with changedTouches.length=1: |
| + Touch with id=0 with target = innerFrame |
| + |
|
mustaq
2016/05/13 20:03:16
What about adding a few test scenarios:
Scenario B
Navid Zolghadr
2016/05/16 20:01:50
Done.
|
| + |