Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4938)

Unified Diff: chrome/test/data/webui/print_preview.js

Issue 1481723002: Revert of [a11y] Bring accessibility-audit up to date: v2.10.0 release. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/data/webui/net_internals/net_internals_test.js ('k') | chrome/test/data/webui/test_api.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webui/print_preview.js
diff --git a/chrome/test/data/webui/print_preview.js b/chrome/test/data/webui/print_preview.js
index 7d84ef97846e9131380b9b21118a0243443e00ca..2ef9260e87b7a131424bbc96a07c50e7e737dd15 100644
--- a/chrome/test/data/webui/print_preview.js
+++ b/chrome/test/data/webui/print_preview.js
@@ -166,7 +166,6 @@
* @override
*/
setUp: function() {
- testing.Test.prototype.setUp.call(this);
Mock4JS.clearMocksToVerify();
this.initialSettings_ = new print_preview.NativeInitialSettings(
@@ -190,12 +189,6 @@
this.nativeLayer_ = printPreview.nativeLayer_;
testing.Test.disableAnimationsAndTransitions();
-
- // Enable when failure is resolved.
- // AX_TEXT_03: http://crbug.com/559209
- this.accessibilityAuditConfig.ignoreSelectors(
- 'multipleLabelableElementsPerLabel',
- '#page-settings > .right-column > *');
}
};
« no previous file with comments | « chrome/test/data/webui/net_internals/net_internals_test.js ('k') | chrome/test/data/webui/test_api.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698