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

Unified Diff: chrome/browser/resources/chromeos/login/oobe_i18n_dropdown.html

Issue 2688153004: ChromeOS OOBE: fix focus flow in MD-OOBE. (Closed)
Patch Set: Created 3 years, 10 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/chromeos/login/oobe_i18n_dropdown.html
diff --git a/chrome/browser/resources/chromeos/login/oobe_i18n_dropdown.html b/chrome/browser/resources/chromeos/login/oobe_i18n_dropdown.html
index 67100b002149d32ef3f191068c09e871bd92fdd3..052c9616a2e648e12bd3690889a72afbceb86dc2 100644
--- a/chrome/browser/resources/chromeos/login/oobe_i18n_dropdown.html
+++ b/chrome/browser/resources/chromeos/login/oobe_i18n_dropdown.html
@@ -8,7 +8,7 @@
<style include="md-select"></style>
<div id="container"
class="flex vertical layout center center-justified md-select-wrapper">
- <select id="select" aria-label$="[[ariaLabel]]" class="md-select" >
+ <select id="select" aria-label$="[[label]]" class="md-select" >
</select>
<span class="md-select-underline"></span>
</div>

Powered by Google App Engine
This is Rietveld 408576698