1# Copyright 2015 The Chromium OS Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5AUTHOR = "kathrelkeld"
6NAME = "touch_TouchscreenTaps"
7PURPOSE = "Test that touchscreen finger presses are interpreted as taps."
8CRITERIA = """
9This test will fail if, after playback of touch events, taps do not appear
10on test page.
11"""
12ATTRIBUTES = "suite:bvt-perbuild, suite:touch"
13SUITE = "bvt-perbuild,touch"
14TIME = "SHORT"
15TEST_CATEGORY = "Functional"
16TEST_CLASS = "touch"
17TEST_TYPE = "client"
18DEPENDENCIES = "touchscreen"
19
20DOC = """
21Uses javascript page to listen for touchscreen taps.  If all goes well, the
22click count will increase.
23"""
24
25job.run_test('touch_TouchscreenTaps')
26