RetroZilla/layout/html/tests/table/bugs/bug650.html

17 lines
803 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<html>
<head>
</head>
<body>
<table><tr>
<td width="99%">This is some text to fill a table cell. This is some text to fill a table cell. This is some text to fill a table cell. This is some text to fill a table cell. This is some text to fill a table cell. This is some text to fill a table cell. This is some text to fill a table cell. This is some text to fill a table cell. This is some text to fill a table cell. This is some text to fill a table cell. This is some text to fill a table cell. This is some text to fill a table cell. </td>
<td width="1%">This is some text to fill a table cell. This is some text to fill a table cell. This is some text to fill a table cell. This is some text to fill a table cell. This is some text to fill a table cell.</td>
</tr></table>
</body>
</html>