Contribution by Daniel Bratell <bratell@lysator.liu.se> to implement

format=flowed for mail plaintext output.  Restructures the plaintext
output wrapping code, wholly or partially fixes numerous bugs in plaintext
output (13278, 13442, 17823, 17824, 13753, 12551), makes the automated
tests work on Windows and adds some new automated tests. r=akkana.


git-svn-id: svn://10.0.0.236/trunk@52653 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
akkana%netscape.com
1999-11-03 02:44:44 +00:00
parent 16fbda6ce8
commit ec594ff4cd
30 changed files with 1188 additions and 456 deletions

View File

@@ -0,0 +1,16 @@
<html>
<head>
<title>HTML To Text Test Page</title>
</head>
<body>
Below is a table.<br>
<table>
<tr><td>Row 1 Col 1<td>Row 1 Col 2</td><td>Row 1 Col 3</tr>
<tr><td>Row 2 Col 1 <td>Row 2 Col 2</td><td> Row 2 Col 3</tr>
<tr><td>Row 3 Col 1</td><td>Row 3 Col 2</td><td>Row 3 Col 3</tr>
</table>
Here is after table.
</body>
</html>