diff options
author | thomascube <thomas@roundcube.net> | 2009-03-04 10:02:55 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2009-03-04 10:02:55 +0000 |
commit | 961afa19301fabfa65848242e896cc1e6a267f04 (patch) | |
tree | ba834a93d5997080a15427d120f63c531a2fd237 /tests/src | |
parent | 37974e2490ef20c0155d5461a316bcf940da2773 (diff) |
Add tests for external stylesheet handling
Diffstat (limited to 'tests/src')
-rw-r--r-- | tests/src/htmlbody.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/src/htmlbody.txt b/tests/src/htmlbody.txt index 5cdd7579e..a10bfe10e 100644 --- a/tests/src/htmlbody.txt +++ b/tests/src/htmlbody.txt @@ -3,6 +3,7 @@ <head> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> <title>RoundCube Test Message</title> +<link rel="stylesheet" type="text/css" href="http://anysite.net/styles/mail.css"> <style type="text/css"> p, a { |