filehandling/htmltorichtextconverter/tdata/testHtml/outlook02.txt
changeset 0 2e3d3ce01487
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/filehandling/htmltorichtextconverter/tdata/testHtml/outlook02.txt	Tue Feb 02 10:12:00 2010 +0200
@@ -0,0 +1,22 @@
+<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
+<html>
+<i>Hello, this is italic text line. Variable width, 12pt.</i>
+<p>This is normal text.
+<p><b>This is bold text.</b>
+<p><u>This is underlined.</u>
+<p>List of three items:
+<ol>
+<li>
+first</li>
+
+<li>
+second</li>
+
+<li>
+third</li>
+</ol>
+
+<h1>
+Heading 1 here</h1>
+<tt>Fixed width text here.</tt>
+<p><font color="#FF0000">One red and line at the end.</font></html>
\ No newline at end of file