diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-03-04 10:02:55 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-03-04 10:02:55 +0000 |
| commit | ff6bcfe6265b405ed076edab1fb9a1fcce7c4bc9 (patch) | |
| tree | 1eba4a2f0ce8a1045d6359fb0457f0eb15a8a982 /roundcubemail/tests/src | |
| parent | 1fa6f8570003eee5440190c1685816434ec2bab7 (diff) | |
Add tests for external stylesheet handling
git-svn-id: https://svn.roundcube.net/trunk@2328 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/tests/src')
| -rw-r--r-- | roundcubemail/tests/src/htmlbody.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roundcubemail/tests/src/htmlbody.txt b/roundcubemail/tests/src/htmlbody.txt index 5cdd7579e..a10bfe10e 100644 --- a/roundcubemail/tests/src/htmlbody.txt +++ b/roundcubemail/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 { |
