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

Unified Diff: chrome/test/data/android/contextualsearch/tap_test.html

Issue 1354763003: [Contextual Search] Trigger the translation one-box. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated comment about test infrastructure needing to be updated when shifting to new API. Created 5 years, 1 month 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 | « chrome/chrome_browser.gypi ('k') | ui/android/java/src/org/chromium/ui/UiUtils.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/android/contextualsearch/tap_test.html
diff --git a/chrome/test/data/android/contextualsearch/tap_test.html b/chrome/test/data/android/contextualsearch/tap_test.html
index 4a10e805898b34f134af8e98c316ad4bdf5e3428..ad7598c34282d12d52f5e13dd12ee88370c175a7 100644
--- a/chrome/test/data/android/contextualsearch/tap_test.html
+++ b/chrome/test/data/android/contextualsearch/tap_test.html
@@ -25,6 +25,8 @@
<!-- These three spans should be close to each other so that taps from one to
to the next are within our "near" threshold. -->
<div><span id="search">Search</span> <span id="term">Term</span> <span id="resolution">Resolution</span></div>
+ <!-- This element is used to trigger language translation. -->
+ <div><span id="german">Deutsche</span></div>
<form action="demo_form.asp">
<label for="male">Male</label>
<input type="radio" name="sex" id="male" value="male"><br>
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | ui/android/java/src/org/chromium/ui/UiUtils.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698