| Index: third_party/WebKit/LayoutTests/fast/events/touch/touch-input-element-change-documents-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/events/touch/touch-input-element-change-documents-expected.txt b/third_party/WebKit/LayoutTests/fast/events/touch/touch-input-element-change-documents-expected.txt
|
| index e002784e527fbfd9038c8a53c44999d223a0d6ae..3a02a9ebd4a9e4f41d119cd66b17f639735f66b1 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/events/touch/touch-input-element-change-documents-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/events/touch/touch-input-element-change-documents-expected.txt
|
| @@ -3,12 +3,15 @@ This test checks that we correctly update the touch event handler count when an
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| -PASS window.internals.touchEventHandlerCount(document) is 0
|
| -PASS window.internals.touchEventHandlerCount(document) is 0
|
| -PASS window.internals.touchEventHandlerCount(document) is 2
|
| -PASS window.internals.touchEventHandlerCount(document) is 3
|
| -PASS window.internals.touchEventHandlerCount(document) is 2
|
| -PASS window.internals.touchEventHandlerCount(document) is 0
|
| +PASS window.internals.touchStartOrMoveEventHandlerCount(document) is 0
|
| +PASS window.internals.touchStartOrMoveEventHandlerCount(document) is 0
|
| +PASS window.internals.touchStartOrMoveEventHandlerCount(document) is 2
|
| +PASS window.internals.touchEndOrCancelEventHandlerCount(document) is 0
|
| +PASS window.internals.touchStartOrMoveEventHandlerCount(document) is 2
|
| +PASS window.internals.touchEndOrCancelEventHandlerCount(document) is 1
|
| +PASS window.internals.touchStartOrMoveEventHandlerCount(document) is 2
|
| +PASS window.internals.touchEndOrCancelEventHandlerCount(document) is 0
|
| +PASS window.internals.touchStartOrMoveEventHandlerCount(document) is 0
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|