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

Unified Diff: chrome/test/data/android/contextmenu/context_menu_test.html

Issue 614863002: Added test case for CopyImageUrl and CopyEmailAddress. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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: chrome/test/data/android/contextmenu/context_menu_test.html
diff --git a/chrome/test/data/android/contextmenu/context_menu_test.html b/chrome/test/data/android/contextmenu/context_menu_test.html
index e98fda605c8831c90e22dd2991de0e9128534eef..7280435c8cb691cb9e5aaa6ecc31fd2304891890 100644
--- a/chrome/test/data/android/contextmenu/context_menu_test.html
+++ b/chrome/test/data/android/contextmenu/context_menu_test.html
@@ -12,6 +12,8 @@
<a href="test_link.html" id="testImageLink"><img src="test_image.png"/></a>
<br />
<a href="test_link.html">
+<br />
+<a href="mailto:someone@example.com" id="testEmail">EmailTest</a>
Bernhard Bauer 2014/09/30 08:51:08 This is in the wrong place. The <a> opened in line
ankit 2014/09/30 09:20:46 Done.
<script type="text/javascript">
function myFunction()
{

Powered by Google App Engine
This is Rietveld 408576698