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 = "accessibility_Sanity" 7PURPOSE = "Sanity test for accessibility features." 8CRITERIA = """ 9This test will fail if features are not set or if Chrome crashes. It will 10also fail if ChromeVox extension is not enabled/disabled or if ChromeVox 11indicators are not present. 12""" 13ATTRIBUTES = "suite:bvt-perbuild" 14SUITE = "bvt-perbuild" 15TIME = "SHORT" 16TEST_CATEGORY = "Functional" 17TEST_CLASS = "accessibility" 18TEST_TYPE = "client" 19 20DOC = """ 21This is a test which enables then disables accessibility features via the 22accessibilityFeatures API. It also performs specific tests for ChromeVox by 23looking at the value of management.get.enabled and checking for the presence 24of cvox_indicator_container elements. 25""" 26 27job.run_test('accessibility_Sanity') 28