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

Side by Side Diff: content/test/data/android/device_files/content_detection/geo_address_split.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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=n o">
5 </head>
6 <body>
7
8 <!-- Address split by <br> --!>
9 blah 9606 North MoPac Expressway <br>
10 <span id="test1">Suite</span> 400<br>
11 Austin, TX <br>
12 78759<br>blah
13
14 <!-- Address split by scripts and comments --!>
15 <p>blah 1818 <span id="test2">Library</span> <!-- blah blah blah --!> Street <sp an id="test3">Suite</span>
16 <script language=javascript>/* This is a comment */</script>400, <span id="test4 ">VA</span> 20190 blah</p>
17
18 </body>
19 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698