summaryrefslogtreecommitdiffstats
path: root/chrome/test
diff options
context:
space:
mode:
authoraboxhall@chromium.org <aboxhall@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-08 09:21:26 +0000
committeraboxhall@chromium.org <aboxhall@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-08 09:21:26 +0000
commit1d5b20cfba6acc20719bb2c6199c7afca7c59cd3 (patch)
treebb3b3d51720d270fc75bf7c917a18ad9ba0274fa /chrome/test
parentbf3abaf790e94ca278abefc71d8b77b0fdac3db0 (diff)
downloadchromium_src-1d5b20cfba6acc20719bb2c6199c7afca7c59cd3.zip
chromium_src-1d5b20cfba6acc20719bb2c6199c7afca7c59cd3.tar.gz
chromium_src-1d5b20cfba6acc20719bb2c6199c7afca7c59cd3.tar.bz2
Ignore focusableElementNotVisibleAndNotAriaHidden (AX_FOCUS_01) on NetInternalsTest
BUG=315347 Review URL: https://codereview.chromium.org/64223004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233841 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-rw-r--r--chrome/test/data/webui/net_internals/net_internals_test.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/test/data/webui/net_internals/net_internals_test.js b/chrome/test/data/webui/net_internals/net_internals_test.js
index 9bf2d52df..986cb21 100644
--- a/chrome/test/data/webui/net_internals/net_internals_test.js
+++ b/chrome/test/data/webui/net_internals/net_internals_test.js
@@ -74,6 +74,11 @@ var NetInternalsTest = (function() {
'focusableElementNotVisibleAndNotAriaHidden',
'#hsts-view-tab-content *');
+ // TODO(aboxhall): enable when this bug is fixed:
+ // https://github.com/GoogleChrome/accessibility-developer-tools/issues/69
+ this.accessibilityAuditConfig.auditRulesToIgnore.push(
+ 'focusableElementNotVisibleAndNotAriaHidden');
+
// Wrap g_browser.receive around a test function so that assert and expect
// functions can be called from observers.
g_browser.receive =