tidy-html5/regression_testing/cases/legacy-expects/case-431964.html

15 lines
282 B
HTML
Raw Normal View History

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