1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3<head>
4<title>[ #431964 ] table height="" not flagged as error</title>
5</head>
6<body>
7<table height = "" summary = "this is a test">
8<tr>
9<td>A cell.</td>
10</tr>
11</table>
12</body>
13</html>
14