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

Unified Diff: chrome/browser/resources/settings/languages_page/languages_page.html

Issue 2682893002: MD Settings: Removing invalid selectors from language page tests. (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
« no previous file with comments | « no previous file | chrome/test/data/webui/settings/languages_page_browsertest.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/languages_page/languages_page.html
diff --git a/chrome/browser/resources/settings/languages_page/languages_page.html b/chrome/browser/resources/settings/languages_page/languages_page.html
index 762022299186c1f6742241615d5edbf08104afee..7344c35967a60ee8528d1aa3708b9b85251ea14a 100644
--- a/chrome/browser/resources/settings/languages_page/languages_page.html
+++ b/chrome/browser/resources/settings/languages_page/languages_page.html
@@ -127,7 +127,7 @@
</div>
</template>
<div class="list-item">
- <a is="action-link" class="list-button"
+ <a is="action-link" class="list-button" id="addLanguagesButton"
dpapad 2017/02/08 22:22:14 Nit (optional): Unless there is a naming conflict,
scottchen 2017/02/09 01:19:13 Done.
on-tap="onAddLanguagesTap_">
$i18n{addLanguages}
</a>
@@ -178,7 +178,8 @@
</div>
</template>
<div class="list-item">
- <a is="action-link" class="list-button"
+ <a is="action-link" class="list-button"
+ id="manageInputMethodsButton"
dpapad 2017/02/08 22:22:14 Same here.
scottchen 2017/02/09 01:19:13 Done.
on-tap="onManageInputMethodsTap_">
$i18n{manageInputMethods}
</a>
« no previous file with comments | « no previous file | chrome/test/data/webui/settings/languages_page_browsertest.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698