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

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

Issue 1884863003: Non passive touch end or touch cancel listeners should not block scroll. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adjust comments 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..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

Powered by Google App Engine
This is Rietveld 408576698