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

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

Issue 11085008: [Android] Upstream content detection and ChromeBrowserProvider tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase after landing resources separately. Created 8 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=n o">
5 </head>
6 <body>
7
8 <!-- Contiguous addresses -->
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
11 </p>
12
13 <!-- Limited address exploration -->
14 <button><br>12</br></button><span id="test3">34</span> Main St. Boston, MA 02118
15
16 <!-- Unformatted contents -->
17 <pre>
18
19 1600
20 Amphitheatre Parkway
21 <span id="test4">Mountain</span>
22 View, CA 94043 </pre>
23
24 </body>
25 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698