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

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

Issue 2538353002: fix external protocol handling for OOPIFs (Closed)
Patch Set: rebase 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
Index: chrome/test/data/auto_mailto_subframe.html
diff --git a/chrome/test/data/auto_mailto_subframe.html b/chrome/test/data/auto_mailto_subframe.html
new file mode 100644
index 0000000000000000000000000000000000000000..36b5a7aa494df3864a48648b0d7f5647f2da78d9
--- /dev/null
+++ b/chrome/test/data/auto_mailto_subframe.html
@@ -0,0 +1,6 @@
+<!DOCTYPE html>
+<html>
+<body onload="javascript: window.location.href='mailto:mail@example.org';">
+ D - This subframe automatically opens a mailto: link.
alexmos 2016/12/01 19:21:14 What does the D refer to? The site from which thi
davidsac (gone - try alexmos) 2016/12/12 19:15:47 Done.
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698