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

Unified Diff: chrome/browser/resources/print_preview/settings/layout_settings.html

Issue 556363003: Print Preview UI tweaks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adjust browser_tests accordingly. Created 6 years, 3 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/settings/layout_settings.html
diff --git a/chrome/browser/resources/print_preview/settings/layout_settings.html b/chrome/browser/resources/print_preview/settings/layout_settings.html
index 7ff05f5ed307b4cda368ea8f4fc662215d51a753..10a3b7eed88710c3e5942a1543b0d97889e7b345 100644
--- a/chrome/browser/resources/print_preview/settings/layout_settings.html
+++ b/chrome/browser/resources/print_preview/settings/layout_settings.html
@@ -1,7 +1,7 @@
<div id="layout-settings" class="two-column layout-settings" hidden>
- <h1 i18n-content="layoutLabel"></h1>
+ <h1 id="layout-label" i18n-content="layoutLabel"></h1>
<div class="right-column">
- <select class="layout-settings-select">
+ <select class="layout-settings-select" aria-labelledby="layout-label">
<option i18n-content="optionPortrait" value="portrait" selected></option>
<option i18n-content="optionLandscape" value="landscape"></option>
</select>

Powered by Google App Engine
This is Rietveld 408576698