Fix build break
[chromium-blink-merge.git] / content / test / data / android / device_files / content_detection / geo_address_limits.html
blob47089ebd3100bfc8a79ba7f5f8c7e53ad1f35087
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=no">
5 </head>
6 <body>
8 <!-- Contiguous addresses -->
9 <p>
10 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
11 </p>
13 <!-- Limited address exploration -->
14 <button><br>12</br></button><span id="test3">34</span> Main St. Boston, MA 02118
16 <!-- Unformatted contents -->
17 <pre>
19 1600
20 Amphitheatre Parkway
21 <span id="test4">Mountain</span>
22 View, CA 94043 </pre>
24 </body>
25 </html>