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

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

Issue 886993003: Revert #315148 "[Android] Convert ContentShellTest.apk to isolate." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
(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 <!-- 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>
10 <p>Lincoln Park | 100 34th Avenue &nbsp; San <span id="test2">Francisco</span>, CA 94121 | 415.750.3600</p>
11
12 </body>
13 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698