summaryrefslogtreecommitdiffstats
path: root/comm/mailnews/mime/jsmime/test/unit/data/multipart3
diff options
context:
space:
mode:
Diffstat (limited to 'comm/mailnews/mime/jsmime/test/unit/data/multipart3')
-rw-r--r--comm/mailnews/mime/jsmime/test/unit/data/multipart329
1 files changed, 29 insertions, 0 deletions
diff --git a/comm/mailnews/mime/jsmime/test/unit/data/multipart3 b/comm/mailnews/mime/jsmime/test/unit/data/multipart3
new file mode 100644
index 0000000000..2183cbd6a2
--- /dev/null
+++ b/comm/mailnews/mime/jsmime/test/unit/data/multipart3
@@ -0,0 +1,29 @@
+Content-Type: multipart/mixed; boundary=boundary
+
+--boundary
+Content-Type: text/html
+
+<html>
+
+
+<body>
+
+
+
+Here, the HTML tags should be stripped out.
+
+
+
+</body>
+
+
+
+</html>
+
+
+
+
+
+
+
+--boundary--