diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-01-31 18:36:25 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-01-31 18:36:25 +0100 |
commit | b81b0c3b2ea7ccb0cdb9f1d04883df7d8f84ba4c (patch) | |
tree | 4c065e11e236753aca3ba2ab2ecf284fadd3430c | |
parent | d9e16f02aa53bd15fed1aa1deff246670881a3d5 (diff) | |
parent | 8bfbd5e9f9c1d2c4657bda2f6099f01fc8097846 (diff) |
Merge branch 'master' of github.com:roundcube/roundcubemail
-rw-r--r-- | tests/Selenium/index.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/Selenium/index.html b/tests/Selenium/index.html new file mode 100644 index 000000000..7aa65f829 --- /dev/null +++ b/tests/Selenium/index.html @@ -0,0 +1,8 @@ +<html> +<head> + <title>Roundcube Webmail Tests</title> +</head> +<body> +Testing... +</body> +</html> |