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

Unified Diff: content/test/data/android/device_files/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 side-by-side diff with in-line comments
Download patch
Index: content/test/data/android/device_files/content_detection/geo_address_special_chars.html
diff --git a/content/test/data/android/device_files/content_detection/geo_address_special_chars.html b/content/test/data/android/device_files/content_detection/geo_address_special_chars.html
deleted file mode 100644
index 7c626c4630b1f7cdaace80b9c2c884afb50f8e70..0000000000000000000000000000000000000000
--- a/content/test/data/android/device_files/content_detection/geo_address_special_chars.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
- <meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=no">
-</head>
-<body>
-
-<!-- Correct handling of &bull; and &nbsp; -->
-<p>Lincoln Park | 100 34th <span id="test1">Avenue</span> &bull; San Francisco, CA 94121 | 415.750.3600</p>
-<p>Lincoln Park | 100 34th Avenue &nbsp; San <span id="test2">Francisco</span>, CA 94121 | 415.750.3600</p>
-
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698