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

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

Issue 1447693002: [a11y] Bring accessibility-audit up to date: v2.10.0 release. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix the rest of the ChromeOS tests. File crbugs and update existing ones. 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
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 2ef9260e87b7a131424bbc96a07c50e7e737dd15..7d84ef97846e9131380b9b21118a0243443e00ca 100644
--- a/chrome/test/data/webui/print_preview.js
+++ b/chrome/test/data/webui/print_preview.js
@@ -166,6 +166,7 @@ PrintPreviewWebUITest.prototype = {
* @override
*/
setUp: function() {
+ testing.Test.prototype.setUp.call(this);
Mock4JS.clearMocksToVerify();
this.initialSettings_ = new print_preview.NativeInitialSettings(
@@ -189,6 +190,12 @@ PrintPreviewWebUITest.prototype = {
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 > *');
}
};

Powered by Google App Engine
This is Rietveld 408576698