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> |