Chromium Code Reviews| Index: chrome/test/data/extensions/platform_apps/web_view/shim/mailto.html |
| diff --git a/chrome/test/data/extensions/platform_apps/web_view/shim/mailto.html b/chrome/test/data/extensions/platform_apps/web_view/shim/mailto.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..3f1a827cee10bfc87a187fbff603776ebc806ae3 |
| --- /dev/null |
| +++ b/chrome/test/data/extensions/platform_apps/web_view/shim/mailto.html |
| @@ -0,0 +1,5 @@ |
| +<html> |
| + <body> |
| + <a id='mailto' href='mailto:?subject=test'>A test mailto link.</a> |
| + </body> |
| +</html> |