Index: content/test/data/android/device_files/content_detection/geo_address_special_chars.html |
diff --git a/content/test/data/android/device_files/content_detection/geo_address_special_chars.html b/content/test/data/android/device_files/content_detection/geo_address_special_chars.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..7c626c4630b1f7cdaace80b9c2c884afb50f8e70 |
--- /dev/null |
+++ b/content/test/data/android/device_files/content_detection/geo_address_special_chars.html |
@@ -0,0 +1,13 @@ |
+<!DOCTYPE html> |
+<html> |
+<head> |
+ <meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=no"> |
+</head> |
+<body> |
+ |
+<!-- Correct handling of • and --> |
+<p>Lincoln Park | 100 34th <span id="test1">Avenue</span> • San Francisco, CA 94121 | 415.750.3600</p> |
+<p>Lincoln Park | 100 34th Avenue San <span id="test2">Francisco</span>, CA 94121 | 415.750.3600</p> |
+ |
+</body> |
+</html> |