• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright 2017 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_StylusTaps"
7PURPOSE = "Test that stylus presses are interpreted as clicks."
8CRITERIA = """
9This test will fail if, after playback of touch events, taps do not appear
10on test page.
11"""
12ATTRIBUTES = "suite:touch"
13TIME = "SHORT"
14TEST_CATEGORY = "Functional"
15TEST_CLASS = "touch"
16TEST_TYPE = "client"
17DEPENDENCIES = "stylus"
18
19DOC = """
20Uses kernel playback and a javascript page to play and listen for stylus taps.
21If all goes well, the click count will increase.
22"""
23
24job.run_test('touch_StylusTaps')
25