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

Unified Diff: third_party/WebKit/LayoutTests/plugins/re-request-touch-events-crash-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/plugins/re-request-touch-events-crash-expected.txt
diff --git a/third_party/WebKit/LayoutTests/plugins/re-request-touch-events-crash-expected.txt b/third_party/WebKit/LayoutTests/plugins/re-request-touch-events-crash-expected.txt
index b73b7784a714aec821e689ca531b6a87bbd1a376..c4a496c9d292d38b07eaf0e25f130d84219dee6a 100644
--- a/third_party/WebKit/LayoutTests/plugins/re-request-touch-events-crash-expected.txt
+++ b/third_party/WebKit/LayoutTests/plugins/re-request-touch-events-crash-expected.txt
@@ -1,5 +1,5 @@
-PASS window.internals.touchEventHandlerCount(document) is 1
-PASS window.internals.touchEventHandlerCount(document) is 0
+PASS window.internals.touchStartOrMoveEventHandlerCount(document) is 1
+PASS window.internals.touchStartOrMoveEventHandlerCount(document) is 0
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698