blob: 346d660b368d041877eb9eac1b4de598efc693c5 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script src="TableTests.js"></script>
<script>
function performTest()
{
Tables_setColWidths("table1",[20,80]);
}
</script>
</head>
<body>
<table id="table1" border="1" width="100%">
<col width="50%">
<col width="50%">
<tr>
<td>0,0</td>
<td>0,1</td>
</tr>
<tr>
<td>1,0</td>
<td>1,1</td>
</tr>
</table>
</body>
</html>