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

Unified Diff: chrome/browser/resources/print_preview/search/destination_list_item.html

Issue 601083004: Enable a11y audit for chrome://print and fix failing tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix ChromeOS timeout Created 6 years, 2 months 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/browser/resources/print_preview/search/destination_list_item.html
diff --git a/chrome/browser/resources/print_preview/search/destination_list_item.html b/chrome/browser/resources/print_preview/search/destination_list_item.html
index e69c5195a0b82b7dfb0788d7de1914cc7e6564b4..1168e82b32893c8a086893c5da9ac9326d00459d 100644
--- a/chrome/browser/resources/print_preview/search/destination_list_item.html
+++ b/chrome/browser/resources/print_preview/search/destination_list_item.html
@@ -1,7 +1,7 @@
<li id="destination-list-item-template" class="destination-list-item" hidden
tabindex="0">
<span class="destination-list-item-content">
- <img class="destination-list-item-icon">
+ <img class="destination-list-item-icon" alt="">
<span class="destination-list-item-name"></span>
<span class="offline-status" hidden></span>
<span class="register-promo" hidden>

Powered by Google App Engine
This is Rietveld 408576698