1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>Bug 253701</title> </head> <body> <table> <tr> <td width="10">This text should not all be </td> <td>on one line.</td> </tr> <tr> <td width="100"> </td> <td> </td> </tr> </table> </body> </html>