summaryrefslogtreecommitdiffstats
path: root/comm/mail/test/browser/composition/data/format3-style-tag.eml
blob: b0b27f7ae81afa0abc6efed23273082bb5428b48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Message-ID: <33333.33333@example.invalid>
Date: Sun, 17 Jun 2012 09:42:45 +0200
MIME-Version: 1.0
Subject: <style> element
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<html>
<head>

<style type="text/css">
<!--
body {
font-size:11.0pt;
font-family:"Calibri","sans-serif";
}
ul, ol, blockquote {
margin: 0px 0px;
}
-->
</style>

</head><body>

Type text here

<div id="imageholder">

</div>
</body>
</html>