15 lines
282 B
HTML
15 lines
282 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>
|