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:
16
mozilla/parser/htmlparser/tests/outsinks/htmltable.html
Normal file
16
mozilla/parser/htmlparser/tests/outsinks/htmltable.html
Normal 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>
|
||||
Reference in New Issue
Block a user