Index: content/test/data/android/device_files/content_detection/geo_address_limits.html |
diff --git a/content/test/data/android/device_files/content_detection/geo_address_limits.html b/content/test/data/android/device_files/content_detection/geo_address_limits.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..47089ebd3100bfc8a79ba7f5f8c7e53ad1f35087 |
--- /dev/null |
+++ b/content/test/data/android/device_files/content_detection/geo_address_limits.html |
@@ -0,0 +1,25 @@ |
+<!DOCTYPE html> |
+<html> |
+<head> |
+ <meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=no"> |
+</head> |
+<body> |
+ |
+<!-- Contiguous addresses --> |
+<p> |
+Non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. 2590 Pearl Street Suite 100 Boulder, CO <span id="test1">80302</span> <span id="test2">6425</span> Penn Ave. Suite 700 Pittsburgh, PA 15206 |
+</p> |
+ |
+<!-- Limited address exploration --> |
+<button><br>12</br></button><span id="test3">34</span> Main St. Boston, MA 02118 |
+ |
+<!-- Unformatted contents --> |
+<pre> |
+ |
+ 1600 |
+Amphitheatre Parkway |
+<span id="test4">Mountain</span> |
+View, CA 94043 </pre> |
+ |
+</body> |
+</html> |