tidy-html5/test/input/in_431964.html
Michael[tm] Smith b92d7aab88 new
2011-11-17 11:44:16 +09:00

14 lines
257 B
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>[ #431964 ] table height="" not flagged as error</title>
</head>
<body>
<table height = "" summary = "this is a test">
<tr>
<td>A cell.</td>
</tr>
</table>
</body>
</html>