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

Unified Diff: content/test/data/android/device_files/content_detection/geo_address_multiple.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_multiple.html
diff --git a/content/test/data/android/device_files/content_detection/geo_address_multiple.html b/content/test/data/android/device_files/content_detection/geo_address_multiple.html
new file mode 100644
index 0000000000000000000000000000000000000000..714843258dd1517c36c02b5bf8e4035453224602
--- /dev/null
+++ b/content/test/data/android/device_files/content_detection/geo_address_multiple.html
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=no">
+</head>
+<body>
+
+<!-- Multiple addresses in text -->
+<p>
+ 1600
+Amphitheatre <span id="test1">Parkway</span>
+Mountain
+View, CA 94043, United States
+(650) 253-0000
+Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis 76 Ninth Avenue 4th <span id="test2">Floor</span> New York, NY 10011 nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
+</p>
+
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698