RetroZilla/layout/html/tests/table/bugs/bug54450.html
2015-10-20 23:03:22 -04:00

14 lines
193 B
HTML

<html>
<head>
<title>bug</title>
</head>
<body>
<table border width=100%?>
<tr>
<td>xxx xxx xxx xxx xxx xxx xxx xxx</td>
<td>xxx xxx xxx xxx xxx xxx xxx xxx</td>
</tr>
</table>
</body>
</html>