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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: content/test/data/android/device_files/content_detection/geo_address_real.html
diff --git a/content/test/data/android/device_files/content_detection/geo_address_real.html b/content/test/data/android/device_files/content_detection/geo_address_real.html
new file mode 100644
index 0000000000000000000000000000000000000000..509949e6137564b0976b386c149bcc0078aed392
--- /dev/null
+++ b/content/test/data/android/device_files/content_detection/geo_address_real.html
@@ -0,0 +1,20 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=no">
+</head>
+<body>
+
+<!-- A few unusual real cases -->
+<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</address><br>
+
+<div class="street-address">57th Street and Lake Shore <span id="test2">Drive</span></div>
+<span class="locality">Chicago</span>, <span class="region">IL</span> <span class="postal-code">60637</span><br>
+
+<div class="street-address">57th Street and Lake Shore Drive
+<span class="locality">Chicago</span>, <span class="region" id="test3">IL</span> <span class="postal-code">60637</span></div><br>
+
+<li class="lastItem">Central Park West at 79th <span id="test4">Street</span>, New York, NY, 10024-5192</li>
+
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698