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

Side by Side Diff: content/test/data/android/content_detection/geo_address_special_chars.html

Issue 878163004: [Android] Convert ContentShellTest.apk to isolate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix bad rebase Created 5 years, 10 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
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=n o"> 4 <meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=n o">
5 </head> 5 </head>
6 <body> 6 <body>
7 7
8 <!-- Correct handling of &bull; and &nbsp; --> 8 <!-- Correct handling of &bull; and &nbsp; -->
9 <p>Lincoln Park | 100 34th <span id="test1">Avenue</span> &bull; San Francisco, CA 94121 | 415.750.3600</p> 9 <p>Lincoln Park | 100 34th <span id="test1">Avenue</span> &bull; San Francisco, CA 94121 | 415.750.3600</p>
10 <p>Lincoln Park | 100 34th Avenue &nbsp; San <span id="test2">Francisco</span>, CA 94121 | 415.750.3600</p> 10 <p>Lincoln Park | 100 34th Avenue &nbsp; San <span id="test2">Francisco</span>, CA 94121 | 415.750.3600</p>
11 11
12 </body> 12 </body>
13 </html> 13 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698