blob: 465364bda6950f63b895cd38689bfe59587c2556 [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>A</td>
<td>B</td>
</tr>
<tr>
<td colspan="2">C</td>
</tr>
</table>
</body>
</html>