diff options
author | aboxhall@chromium.org <aboxhall@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-09 20:07:09 +0000 |
---|---|---|
committer | aboxhall@chromium.org <aboxhall@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-09 20:07:09 +0000 |
commit | a8f7362f3dd77a2c8645ed1c3ee8fd9ee10797a0 (patch) | |
tree | ff58376c319b8f85cf7921c1a794deebc5ab8acc /DEPS | |
parent | d2a866e1338ca8d0765fafb7aa72d368313c5d1d (diff) | |
download | chromium_src-a8f7362f3dd77a2c8645ed1c3ee8fd9ee10797a0.zip chromium_src-a8f7362f3dd77a2c8645ed1c3ee8fd9ee10797a0.tar.gz chromium_src-a8f7362f3dd77a2c8645ed1c3ee8fd9ee10797a0.tar.bz2 |
Add an accessibility audit for WebUI pages.
This change adds an accessibility audit which runs just before tearDown() on any WebUI browser test that uses the chrome/test/data/webui/test_api.js framework.
As of this change, the test will run by default for each test case, but not cause any errors in the case of accessibility issues. As we fix accessibility issues, we can set the a11yIssuesAreErrors flag on a per-test and per-fixture basis, to catch regressions. Once the majority of WebUI pages are passing the accessibility audit, and we have a mechanism in place for ignoring false positives, we will transition to treating accessibility issues as errors by default.
http://www.chromium.org/developers/accessibility/webui-accessibility-audit has more information.
BUG=162740
Review URL: https://chromiumcodereview.appspot.com/11363170
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175866 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -320,7 +320,7 @@ deps = { "/trunk/deps/third_party/opus@173498", "src/third_party/accessibility-developer-tools": - Var("chromium_git") + "/external/accessibility-developer-tools.git@c77344d0d39b2365775b8e1d86bafcd5ac407444", + Var("chromium_git") + "/external/accessibility-developer-tools.git@d694593cc87d18ccb7e2cb94d447354f5fc6c059", "src/webkit/media/crypto/ppapi/cdm": "/trunk/deps/cdm@173055", |