blob: 9c61eb3e877819d2f7846c658db0c6f3e0f55bc6 [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="3">C</td>
</tr>
</table>
</body>
</html>