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

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: 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..e534d03133c5776800f05bc74db6cb4b9ab6d71a 100644
--- a/chrome/test/chromedriver/test_expectations
+++ b/chrome/test/chromedriver/test_expectations
@@ -160,10 +160,9 @@ _OS_NEGATIVE_FILTER['android'] = [
# http://crbug.com/156390
'DragAndDropTest.*',
- # Touch events are not yet supported.
+ # Scrolling touch events are not supported.
'TouchFlickTest.*',
frankf 2013/08/06 01:28:21 this doesn't match the comment
craigdh 2013/08/06 22:03:10 Done.
'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