Index: chrome/browser/resources/print_preview/settings/color_settings.html |
diff --git a/chrome/browser/resources/print_preview/settings/color_settings.html b/chrome/browser/resources/print_preview/settings/color_settings.html |
index c04facdc58ba2d9823adc67a78e9df624bcf8cc3..63a3db24eee465a692ec6ec3b876d4ea8e21fc8f 100644 |
--- a/chrome/browser/resources/print_preview/settings/color_settings.html |
+++ b/chrome/browser/resources/print_preview/settings/color_settings.html |
@@ -2,9 +2,9 @@ |
class="color-settings two-column" |
aria-live="polite" |
hidden> |
- <h1 i18n-content="optionColor"></h1> |
+ <h1 id="color-label" i18n-content="optionColor"></h1> |
<div class="right-column"> |
- <select class="color-settings-select"> |
+ <select class="color-settings-select" aria-labelledby="color-label"> |
<option i18n-content="optionBw" value="bw" selected></option> |
<option i18n-content="optionColor" value="color"></option> |
</select> |