blob: acd7f79f492ac707940063f24c4a92bec0805559 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script src="TableTests.js"></script>
<script>
function performTest()
{
return showTableStructure();
}
</script>
</head>
<body>
<table border="1" width="100%">
<tr>
<td rowspan="2">A</td>
<td>B</td>
</tr>
<tr>
<td>C</td>
<td>D</td>
</tr>
</table>
</body>
</html>