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

Unified Diff: content/test/data/android/device_files/content_detection/click_listeners.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/click_listeners.html
diff --git a/content/test/data/android/device_files/content_detection/click_listeners.html b/content/test/data/android/device_files/content_detection/click_listeners.html
deleted file mode 100644
index b4fd5104b9c48607ebb8caef21986431588cdd3c..0000000000000000000000000000000000000000
--- a/content/test/data/android/device_files/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>

Powered by Google App Engine
This is Rietveld 408576698