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

Unified Diff: content/test/data/android/device_files/content_detection/geo_address_real.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_real.html
diff --git a/content/test/data/android/device_files/content_detection/geo_address_real.html b/content/test/data/android/device_files/content_detection/geo_address_real.html
deleted file mode 100644
index 509949e6137564b0976b386c149bcc0078aed392..0000000000000000000000000000000000000000
--- a/content/test/data/android/device_files/content_detection/geo_address_real.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
- <meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=no">
-</head>
-<body>
-
-<!-- A few unusual real cases -->
-<address>57th Street and Lake <span id="test1">Shore</span> Drive <br />Chicago, IL 60637</address><address>Main: (773) 684-1414<br />TTY: (773) 753-1351</address><br>
-
-<div class="street-address">57th Street and Lake Shore <span id="test2">Drive</span></div>
-<span class="locality">Chicago</span>, <span class="region">IL</span> <span class="postal-code">60637</span><br>
-
-<div class="street-address">57th Street and Lake Shore Drive
-<span class="locality">Chicago</span>, <span class="region" id="test3">IL</span> <span class="postal-code">60637</span></div><br>
-
-<li class="lastItem">Central Park West at 79th <span id="test4">Street</span>, New York, NY, 10024-5192</li>
-
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698