gecko-dev/parser/htmlparser/tests/outsinks/htmltable.html
akkana%netscape.com eaec46cadb 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.
1999-11-03 02:44:44 +00:00

17 lines
332 B
HTML

<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>