summaryrefslogtreecommitdiff
path: root/tests/src/htmlbase.txt
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2012-04-13 12:25:46 +0000
committerthomascube <thomas@roundcube.net>2012-04-13 12:25:46 +0000
commit9456eacbec25fac99d0b13f574aa45575a44b27b (patch)
treec7e595510be50e781c94a1195c898a2cde95078e /tests/src/htmlbase.txt
parentd5520d1f47cd66387eccd1b9c5c4751cb9a8ba9a (diff)
cleanup release branch; update versions
Diffstat (limited to 'tests/src/htmlbase.txt')
-rw-r--r--tests/src/htmlbase.txt12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/src/htmlbase.txt b/tests/src/htmlbase.txt
deleted file mode 100644
index eb590748b..000000000
--- a/tests/src/htmlbase.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-<head>
-<base href="http://alec.pl/dir/" />
-</head>
-<body>
-<img src="img1.gif" />
-<img src="./img2.gif" />
-<img src="../img3.gif" />
-<img src="cid:theCID" />
-<img src="http://other.domain.tld/img3.gif" />
-</body>
-</html>