Chromium Code Reviews| 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> |