Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Side by Side Diff: third_party/WebKit/LayoutTests/fast/events/touch/touch-input-element-change-documents-expected.txt

Issue 1895303007: Non passive touch end or touch cancel listeners should not block scroll. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2704
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 This test checks that we correctly update the touch event handler count when an Input element with default touch handlers changes documents. 1 This test checks that we correctly update the touch event handler count when an Input element with default touch handlers changes documents.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS window.internals.touchEventHandlerCount(document) is 0 6 PASS window.internals.touchStartOrMoveEventHandlerCount(document) is 0
7 PASS window.internals.touchEventHandlerCount(document) is 0 7 PASS window.internals.touchStartOrMoveEventHandlerCount(document) is 0
8 PASS window.internals.touchEventHandlerCount(document) is 2 8 PASS window.internals.touchStartOrMoveEventHandlerCount(document) is 2
9 PASS window.internals.touchEventHandlerCount(document) is 3 9 PASS window.internals.touchEndOrCancelEventHandlerCount(document) is 0
10 PASS window.internals.touchEventHandlerCount(document) is 2 10 PASS window.internals.touchStartOrMoveEventHandlerCount(document) is 2
11 PASS window.internals.touchEventHandlerCount(document) is 0 11 PASS window.internals.touchEndOrCancelEventHandlerCount(document) is 1
12 PASS window.internals.touchStartOrMoveEventHandlerCount(document) is 2
13 PASS window.internals.touchEndOrCancelEventHandlerCount(document) is 0
14 PASS window.internals.touchStartOrMoveEventHandlerCount(document) is 0
12 PASS successfullyParsed is true 15 PASS successfullyParsed is true
13 16
14 TEST COMPLETE 17 TEST COMPLETE
15 18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698