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