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

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

Issue 2619493006: [Android] Chagne items shown in context menu for tel link (Closed)
Patch Set: Solve conflicts of commit. Created 3 years, 11 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 e0f1526ebd6e947fdd477222b0ade9a0525cbe36..343dbb64b2e5ed900aa701879527063bea4119fc 100644
--- a/chrome/test/data/android/contextmenu/context_menu_test.html
+++ b/chrome/test/data/android/contextmenu/context_menu_test.html
@@ -14,6 +14,8 @@
<a href="mailto:someone1@example.com,someone2@example.com?Subject=EmailTest" id="testEmail">EmailTest</a><br />
+ <a href="tel:10000000000" id="testTel">1-000-000-0000</a><br />
+
<a href="test_link.html">
<script type="text/javascript">
function myFunction()

Powered by Google App Engine
This is Rietveld 408576698