blob: 011141fba6deb1eec4f8ad065308765448137863 [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 colspan="3">A</td>
</tr>
<tr>
<td>B</td>
<td>C</td>
</tr>
</table>
</body>
</html>