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

Unified Diff: chrome/test/data/auto_mailto_main_frame.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_main_frame.html
diff --git a/chrome/test/data/auto_mailto_main_frame.html b/chrome/test/data/auto_mailto_main_frame.html
new file mode 100644
index 0000000000000000000000000000000000000000..adaa8477029b622f57d191a4e2729e53fff0c01f
--- /dev/null
+++ b/chrome/test/data/auto_mailto_main_frame.html
@@ -0,0 +1,7 @@
+<!DOCTYPE html>
+<html>
+<body>
+ C - This page has a subframe that automatically opens a mailto: link.
+ <iframe id="child-0" src="/cross-site/d.com/auto_mailto_subframe.html"></iframe>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698