| 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..2198f4a14b630869d8f64516bc0705c28e4d49af 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
|
| @@ -6,8 +6,11 @@ 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.touchEndOrCancelEventHandlerCount(document) is 0
|
| PASS window.internals.touchEventHandlerCount(document) is 2
|
| +PASS window.internals.touchEndOrCancelEventHandlerCount(document) is 1
|
| +PASS window.internals.touchEventHandlerCount(document) is 2
|
| +PASS window.internals.touchEndOrCancelEventHandlerCount(document) is 0
|
| PASS window.internals.touchEventHandlerCount(document) is 0
|
| PASS successfullyParsed is true
|
|
|
|
|