• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright (c) 2014 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_MouseScroll"
7PURPOSE = "Test that USB mouse scrolling occurs and in the correct direction."
8CRITERIA = """
9This test will fail if, after playback of emulated mouse events, the scrolling
10does not match the expected direction or behavior.
11"""
12ATTRIBUTES = "suite:bvt-perbuild, suite:touch"
13SUITE = "bvt-perbuild,touch"
14TIME = "SHORT"
15TEST_CATEGORY = "Functional"
16TEST_CLASS = "touch"
17TEST_TYPE = "client"
18
19DOC = """
20Uses a mouse description file to emulate a USB mouse.  Plays back a single
21scroll wheel tick (both up and down) and measures the page scroll delta.
22Plays back a fast scroll and a slow scroll and compares them.
23"""
24
25job.run_test('touch_MouseScroll')
26