| Index: third_party/WebKit/LayoutTests/fast/events/touch/touch-user-gesture-cross-origin-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/events/touch/touch-user-gesture-cross-origin-expected.txt b/third_party/WebKit/LayoutTests/fast/events/touch/touch-user-gesture-cross-origin-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..8e7f07767b4da6b8e1c5a12c0b0ce435b83a9b17
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/fast/events/touch/touch-user-gesture-cross-origin-expected.txt
|
| @@ -0,0 +1,22 @@
|
| +
|
| +
|
| +--------
|
| +Frame: '<!--framePath //<!--frame0-->-->'
|
| +--------
|
| +Target
|
| +Test user gesture behavior during touch events.
|
| +touchstart should not be a user gesture
|
| +PASS openedPopup is false
|
| +touchmove should not be a user gesture
|
| +PASS openedPopup is false
|
| +touchend should not be a user gesture if it's moved beyond the slop region
|
| +PASS openedPopup is false
|
| +touchend should be a user gesture when it occurs as part of a tap
|
| +PASS openedPopup is true
|
| +touchmove and touchend should not be a user gesture when it occurs as part of a drag without scrolling
|
| +PASS openedPopup is false
|
| +PASS openedPopup is false
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +
|
|
|