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..50f50eac378e84eba58ac95252be46939993ac83 |
--- /dev/null |
+++ b/chrome/test/data/page_with_mailto.html |
@@ -0,0 +1,6 @@ |
+<!DOCTYPE html> |
+<html> |
+<body onload="javascript: window.location.href='mailto:mail@example.org';"> |
alexmos
2016/12/12 21:11:40
no need for "javascript:", I think.
davidsac (gone - try alexmos)
2016/12/13 23:02:33
Done.
|
+ This page automatically opens a mailto: link. |
+</body> |
+</html> |