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

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

Issue 2605283002: [Android] Change items shown in context meanu for mailto link (Closed)
Patch Set: Update based on Ted's comments. Created 3 years, 12 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 ab9418da5342bc244e0181c83a4be1200c5015e2..e0f1526ebd6e947fdd477222b0ade9a0525cbe36 100644
--- a/chrome/test/data/android/contextmenu/context_menu_test.html
+++ b/chrome/test/data/android/contextmenu/context_menu_test.html
@@ -12,7 +12,7 @@
<a href="test_link.html" id="testImageLink"><img src="test_image.png"/></a><br />
- <a href="mailto:someone@example.com" id="testEmail">EmailTest</a><br />
+ <a href="mailto:someone1@example.com,someone2@example.com?Subject=EmailTest" id="testEmail">EmailTest</a><br />
<a href="test_link.html">
<script type="text/javascript">

Powered by Google App Engine
This is Rietveld 408576698