25 lines
		
	
	
		
			701 B
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			701 B
		
	
	
	
		
			Plaintext
		
	
	
	
| # Copyright 2015 The Chromium OS Authors. All rights reserved.
 | |
| # Use of this source code is governed by a BSD-style license that can be
 | |
| # found in the LICENSE file.
 | |
| 
 | |
| AUTHOR = "kathrelkeld"
 | |
| NAME = "touch_TouchscreenTaps"
 | |
| PURPOSE = "Test that touchscreen finger presses are interpreted as taps."
 | |
| CRITERIA = """
 | |
| This test will fail if, after playback of touch events, taps do not appear
 | |
| on test page.
 | |
| """
 | |
| ATTRIBUTES = "suite:touch"
 | |
| TIME = "SHORT"
 | |
| TEST_CATEGORY = "Functional"
 | |
| TEST_CLASS = "touch"
 | |
| TEST_TYPE = "client"
 | |
| DEPENDENCIES = "touchscreen"
 | |
| 
 | |
| DOC = """
 | |
| Uses javascript page to listen for touchscreen taps.  If all goes well, the
 | |
| click count will increase.
 | |
| """
 | |
| 
 | |
| job.run_test('touch_TouchscreenTaps')
 |