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

Unified Diff: chrome/test/data/page_with_mailto.html

Issue 2538353002: fix external protocol handling for OOPIFs (Closed)
Patch Set: remove unnecessary include Created 4 years 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
« no previous file with comments | « chrome/browser/ui/external_protocol_dialog_delegate.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/page_with_mailto.html
diff --git a/chrome/test/data/page_with_mailto.html b/chrome/test/data/page_with_mailto.html
new file mode 100644
index 0000000000000000000000000000000000000000..efa920bef50b3235bd4927405234d7ec7b16bc09
--- /dev/null
+++ b/chrome/test/data/page_with_mailto.html
@@ -0,0 +1,6 @@
+<!DOCTYPE html>
+<html>
+<body onload="window.location.href='mailto:mail@example.org';">
+ This page automatically opens a mailto: link.
+</body>
+</html>
« no previous file with comments | « chrome/browser/ui/external_protocol_dialog_delegate.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698