| Index: content/test/data/android/device_files/content_detection/geo_address_split.html
|
| diff --git a/content/test/data/android/device_files/content_detection/geo_address_split.html b/content/test/data/android/device_files/content_detection/geo_address_split.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..c5296251107c7e6b2b76110a835b294209117498
|
| --- /dev/null
|
| +++ b/content/test/data/android/device_files/content_detection/geo_address_split.html
|
| @@ -0,0 +1,19 @@
|
| +<!DOCTYPE html>
|
| +<html>
|
| +<head>
|
| + <meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=no">
|
| +</head>
|
| +<body>
|
| +
|
| +<!-- Address split by <br> --!>
|
| +blah 9606 North MoPac Expressway <br>
|
| +<span id="test1">Suite</span> 400<br>
|
| + Austin, TX <br>
|
| + 78759<br>blah
|
| +
|
| +<!-- Address split by scripts and comments --!>
|
| +<p>blah 1818 <span id="test2">Library</span> <!-- blah blah blah --!> Street <span id="test3">Suite</span>
|
| +<script language=javascript>/* This is a comment */</script>400, <span id="test4">VA</span> 20190 blah</p>
|
| +
|
| +</body>
|
| +</html>
|
|
|