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

Unified Diff: chrome/test/chromedriver/test_expectations

Issue 22263003: [chromedriver] Implement touch down, up, and move commands. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: coordinate parameters are now absolute Created 7 years, 4 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: chrome/test/chromedriver/test_expectations
diff --git a/chrome/test/chromedriver/test_expectations b/chrome/test/chromedriver/test_expectations
index 659529630511e4392cf34c8464f5ef7ab824413d..a5bfdbae44586c514a944319c235f62dd5126a06 100644
--- a/chrome/test/chromedriver/test_expectations
+++ b/chrome/test/chromedriver/test_expectations
@@ -160,10 +160,11 @@ _OS_NEGATIVE_FILTER['android'] = [
# http://crbug.com/156390
'DragAndDropTest.*',
- # Touch events are not yet supported.
+ # Flick touch events are not yet implemented.
'TouchFlickTest.*',
+
+ # Scrolling touch events are not supported.
'TouchScrollTest.*',
- 'TouchSingleTapTest.*',
# These tests start multiple sessions, which is not supported on a single
# Android device.

Powered by Google App Engine
This is Rietveld 408576698