Home | History | Annotate | Download | only in touch_TouchscreenTaps
      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 
      5 AUTHOR = "kathrelkeld"
      6 NAME = "touch_TouchscreenTaps"
      7 PURPOSE = "Test that touchscreen finger presses are interpreted as taps."
      8 CRITERIA = """
      9 This test will fail if, after playback of touch events, taps do not appear
     10 on test page.
     11 """
     12 ATTRIBUTES = "suite:bvt-perbuild, suite:touch"
     13 SUITE = "bvt-perbuild,touch"
     14 TIME = "SHORT"
     15 TEST_CATEGORY = "Functional"
     16 TEST_CLASS = "touch"
     17 TEST_TYPE = "client"
     18 DEPENDENCIES = "touchscreen"
     19 
     20 DOC = """
     21 Uses javascript page to listen for touchscreen taps.  If all goes well, the
     22 click count will increase.
     23 """
     24 
     25 job.run_test('touch_TouchscreenTaps')
     26