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

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

Issue 1426683005: [Contextual Search] Improve testing & add regressions tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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/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 2f7cd900bdc970b8e0c1f0ed46a91e45ccc30046..34ea6f4be1207146f2ab0cb73347073e79f20bca 100644
--- a/chrome/test/data/android/contextualsearch/tap_test.html
+++ b/chrome/test/data/android/contextualsearch/tap_test.html
@@ -22,6 +22,7 @@
<div>United States <span id="intelligence">Intelligence</span></div>
<div>United <span id="states">States</span> Intelligence</div>
<div>United <span id="states-near">StatesNear</span> Intelligence</div>
+ <div><span id="search">Search</span> <span id="term">Term</span> <span id="resolution">Resolution</span></div>
Donn Denman 2015/10/27 19:18:52 Are these spans supposed to be close enough that t
pedro (no code reviews) 2015/10/29 22:05:29 Done.
<form action="demo_form.asp">
<label for="male">Male</label>
<input type="radio" name="sex" id="male" value="male"><br>

Powered by Google App Engine
This is Rietveld 408576698