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"""
13TIME = "SHORT"
14TEST_CATEGORY = "Functional"
15TEST_CLASS = "accessibility"
16TEST_TYPE = "client"
17
18DOC = """
19This is a test which enables then disables accessibility features via the
20accessibilityFeatures API.  It also performs specific tests for ChromeVox by
21looking at the value of management.get.enabled and checking for the presence
22of cvox_indicator_container elements.
23"""
24
25job.run_test('accessibility_Sanity')
26