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

Unified Diff: chrome/test/data/extensions/platform_apps/web_view/shim/mailto.html

Issue 1220813013: This patch enables "mailto" links in WebViews. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed test. Rebased. Created 5 years, 5 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/extensions/platform_apps/web_view/shim/mailto.html
diff --git a/chrome/test/data/extensions/platform_apps/web_view/shim/mailto.html b/chrome/test/data/extensions/platform_apps/web_view/shim/mailto.html
new file mode 100644
index 0000000000000000000000000000000000000000..3f1a827cee10bfc87a187fbff603776ebc806ae3
--- /dev/null
+++ b/chrome/test/data/extensions/platform_apps/web_view/shim/mailto.html
@@ -0,0 +1,5 @@
+<html>
+ <body>
+ <a id='mailto' href='mailto:?subject=test'>A test mailto link.</a>
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698