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

Side by Side Diff: content/test/data/android/device_files/content_detection/geo_address_limits.html

Issue 603813002: Do not trigger touch adjustment in AddressDetectionTest#testAddressLimits (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update test to not trigger touch adjustment Created 6 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=n o"> 4 <meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=n o">
5 </head> 5 </head>
6 <body> 6 <body>
7 7
8 <!-- Contiguous addresses --> 8 <!-- Contiguous addresses -->
9 <p> 9 <p>
10 Non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. 259 0 Pearl Street Suite 100 Boulder, CO <span id="test1">80302</span> <span id="tes t2">6425</span> Penn Ave. Suite 700 Pittsburgh, PA 15206 10 Non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. 259 0 Pearl Street Suite 100 Boulder, CO <span id="test1">80302</span> <span id="tes t2">6425</span> Penn Ave. Suite 700 Pittsburgh, PA 15206
11 </p> 11 </p>
12 12
13 <!-- Limited address exploration --> 13 <!-- Limited address exploration -->
14 <button><br>12</br></button><span id="test3">34</span> Main St. Boston, MA 02118 14 <div><b>12</b></div> <div><span id="test3">34</span> Main St. Boston, MA 02118</ div>
15 15
16 <!-- Unformatted contents --> 16 <!-- Unformatted contents -->
17 <pre> 17 <pre>
18 18
19 1600 19 1600
20 Amphitheatre Parkway 20 Amphitheatre Parkway
21 <span id="test4">Mountain</span> 21 <span id="test4">Mountain</span>
22 View, CA 94043 </pre> 22 View, CA 94043 </pre>
23 23
24 </body> 24 </body>
25 </html> 25 </html>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698