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

Unified Diff: third_party/WebKit/LayoutTests/plugins/re-request-touch-events-crash.html

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.html
diff --git a/third_party/WebKit/LayoutTests/plugins/re-request-touch-events-crash.html b/third_party/WebKit/LayoutTests/plugins/re-request-touch-events-crash.html
index 1385ba075330d7a83f6168d9a964fd9227236708..b04d7d025a9ca14f27ce0477083f5691cf36d54c 100644
--- a/third_party/WebKit/LayoutTests/plugins/re-request-touch-events-crash.html
+++ b/third_party/WebKit/LayoutTests/plugins/re-request-touch-events-crash.html
@@ -15,9 +15,9 @@ if (window.testRunner) {
// Force the plugin to initialize
touch_plugin.offsetTop;
- shouldBe("window.internals.touchEventHandlerCount(document)", "1")
+ shouldBe("window.internals.touchStartOrMoveEventHandlerCount(document)", "1")
touch_plugin.parentNode.removeChild(touch_plugin);
- shouldBe("window.internals.touchEventHandlerCount(document)", "0")
+ shouldBe("window.internals.touchStartOrMoveEventHandlerCount(document)", "0")
}
</script>

Powered by Google App Engine
This is Rietveld 408576698