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

Unified Diff: content/test/data/android/content_detection/click_listeners.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
« no previous file with comments | « content/test/BUILD.gn ('k') | content/test/data/android/content_detection/email.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/data/android/content_detection/click_listeners.html
diff --git a/content/test/data/android/content_detection/click_listeners.html b/content/test/data/android/content_detection/click_listeners.html
deleted file mode 100644
index b4fd5104b9c48607ebb8caef21986431588cdd3c..0000000000000000000000000000000000000000
--- a/content/test/data/android/content_detection/click_listeners.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
- <meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=no">
-</head>
-<body>
-Blah blah <a href="empty.html">Excepteur sint 1818 Library Street <span id="linktest">Suite</span> 400, VA 20190 occaecat cupidatat</a><br>
-
-<!-- Click listeners -->
-<span onclick="javascript:window.location.href='empty.html'">
-blah 1818 <span id="clicktest1">Library</span> Street <br>
-Suite 400, VA 20190 blah <br>
-</span><br>
-
-<span id="clicklistener">
-blah 1818 Library Street <br>
-Suite <span id="clicktest2">400</span>, VA 20190 blah <br>
-</span><br>
-
-<script language=javascript>
-var blah = document.getElementById('clicklistener');
-blah.addEventListener('click', function() { window.location.href = "empty.html"; });
-</script>
-
-</body>
-</html>
« no previous file with comments | « content/test/BUILD.gn ('k') | content/test/data/android/content_detection/email.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698