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

Unified Diff: ui/file_manager/file_manager/main.html

Issue 1089543005: [Files.app] Added tabindex test for open dialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix typo Created 5 years, 8 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: ui/file_manager/file_manager/main.html
diff --git a/ui/file_manager/file_manager/main.html b/ui/file_manager/file_manager/main.html
index 79c783705e9ed6f26697f15754bc13d08592186d..3e3bc32cb20591fcdecf93fbc2ede156ec077997 100644
--- a/ui/file_manager/file_manager/main.html
+++ b/ui/file_manager/file_manager/main.html
@@ -503,9 +503,9 @@
</div>
<div class="right buttonbar">
<select class="file-type" hidden tabindex="-1"></select>
- <button class="ok primary" disabled tabindex="5"></button>
- <button class="cancel secondary" i18n-content="CANCEL_LABEL"
- tabindex="6"></button>
+ <button id="ok-button" class="ok primary" disabled tabindex="5"></button>
+ <button id="cancel-button" class="cancel secondary"
+ i18n-content="CANCEL_LABEL" tabindex="6"></button>
</div>
</div>
<div id="drag-container"></div>

Powered by Google App Engine
This is Rietveld 408576698