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

Unified 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 side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698