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

Unified Diff: content/test/data/android/content_detection/email.html

Issue 2790893004: Delete Android content detectors. (Closed)
Patch Set: Rebase Created 3 years, 8 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/content_detection/email.html
diff --git a/content/test/data/android/content_detection/email.html b/content/test/data/android/content_detection/email.html
deleted file mode 100644
index 0e5f00d68adb2edea5176d58e1dabab07971cdf4..0000000000000000000000000000000000000000
--- a/content/test/data/android/content_detection/email.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
- <meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=no">
-</head>
-<body>
-
-<!-- Examples of valid email addresses -->
-<span id="valid_1">i.want.a.pony@chromium.org</span></br>
-<span id="valid_2">nyan_cat@chromium.org</span></br>
-<span id="valid_3">123@456.com</span></br>
-
-<!-- Examples of invalid email addresses -->
-<span id="invalid_1">username@password</span></br>
-<span id="invalid_2">meh@@hiybbprqag.com</span></br>
-<span id="invalid_3">@chromium.org</span></br>
-
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698