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