blob: 2f96e7f16eab6b903ea871d60a8737a7be28f862 [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 rowspan="2">B</td>
</tr>
</table>
</body>
</html>