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_TabSwitch" 7PURPOSE = "Test that three-finger touchpad gesture can switch tabs." 8CRITERIA = """ 9This test will fail if, after playback of three finger left/right swipes, 10the active tab does not change as expected. 11""" 12ATTRIBUTES = "suite:bvt-perbuild, suite:touch" 13TIME = "SHORT" 14TEST_CATEGORY = "Functional" 15TEST_CLASS = "touch" 16TEST_TYPE = "client" 17DEPENDENCIES = "touchpad" 18 19DOC = """ 20Plays back touchpad gestures (if present) and checks for tab switching. 21Ignores devices without touchpads and devices that do not support 3+ fingers. 22Checks that the Australian scrolling setting does not affect swipe direction. 23Swiping left moves to the tabs to the left and to the right to the tabs on the 24right. 25 26""" 27 28job.run_test('touch_TabSwitch') 29