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

Side by Side Diff: content/test/data/android/device_files/content_detection/geo_address_real.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 <!-- A few unusual real cases -->
9 <address>57th Street and Lake <span id="test1">Shore</span> Drive <br />Chicago, IL 60637</address><address>Main: (773) 684-1414<br />TTY: (773) 753-1351</addre ss><br>
10
11 <div class="street-address">57th Street and Lake Shore <span id="test2">Drive</s pan></div>
12 <span class="locality">Chicago</span>, <span class="region">IL</span> <span clas s="postal-code">60637</span><br>
13
14 <div class="street-address">57th Street and Lake Shore Drive
15 <span class="locality">Chicago</span>, <span class="region" id="test3">IL</span> <span class="postal-code">60637</span></div><br>
16
17 <li class="lastItem">Central Park West at 79th <span id="test4">Street</span>, N ew York, NY, 10024-5192</li>
18
19 </body>
20 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698